summaryrefslogtreecommitdiff
path: root/frontends/atari/hotlist.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-30 18:26:51 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-30 18:26:51 +0100
commit85d76a0e045b9e98c16e4398995af62cec1f3d0b (patch)
treee483d7c8ddb497e5012a7636326437c4423bea9d /frontends/atari/hotlist.c
parent0ae788752cdeb259eaadb756a18e9065da1c6d22 (diff)
downloadnetsurf-85d76a0e045b9e98c16e4398995af62cec1f3d0b.tar.gz
netsurf-85d76a0e045b9e98c16e4398995af62cec1f3d0b.tar.bz2
fix missing includes caused by header cleanups
Diffstat (limited to 'frontends/atari/hotlist.c')
-rw-r--r--frontends/atari/hotlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/atari/hotlist.c b/frontends/atari/hotlist.c
index 93145cf75..afe3d600f 100644
--- a/frontends/atari/hotlist.c
+++ b/frontends/atari/hotlist.c
@@ -32,6 +32,7 @@
#include "desktop/hotlist.h"
#include "desktop/tree.h"
#include "desktop/core_window.h"
+#include "desktop/textinput.h"
#include "atari/gui.h"
#include "atari/misc.h"