summaryrefslogtreecommitdiff
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
parent0ae788752cdeb259eaadb756a18e9065da1c6d22 (diff)
downloadnetsurf-85d76a0e045b9e98c16e4398995af62cec1f3d0b.tar.gz
netsurf-85d76a0e045b9e98c16e4398995af62cec1f3d0b.tar.bz2
fix missing includes caused by header cleanups
-rw-r--r--frontends/atari/hotlist.c1
-rw-r--r--frontends/cocoa/BookmarksController.m1
2 files changed, 2 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"
diff --git a/frontends/cocoa/BookmarksController.m b/frontends/cocoa/BookmarksController.m
index 2d574f39b..f04a084fe 100644
--- a/frontends/cocoa/BookmarksController.m
+++ b/frontends/cocoa/BookmarksController.m
@@ -22,6 +22,7 @@
#import "netsurf/browser_window.h"
#import "desktop/hotlist.h"
#import "desktop/tree.h"
+#import "desktop/textinput.h"
#import "cocoa/BookmarksController.h"
#import "cocoa/Tree.h"