summaryrefslogtreecommitdiff
path: root/frontends/gtk
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-01 17:22:17 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-01 19:51:19 +0100
commit57427620704c707fa5d50eb6f01a5c4654708c4c (patch)
treedb046ce7188be5133fbbaf4da7da7e167858a601 /frontends/gtk
parentf4f67698eb6eb92a8ac606f771401c0c480d0ad5 (diff)
downloadnetsurf-57427620704c707fa5d50eb6f01a5c4654708c4c.tar.gz
netsurf-57427620704c707fa5d50eb6f01a5c4654708c4c.tar.bz2
split browser and browser_window operations
Diffstat (limited to 'frontends/gtk')
-rw-r--r--frontends/gtk/gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/gtk/gui.c b/frontends/gtk/gui.c
index 143a1041b..835416860 100644
--- a/frontends/gtk/gui.c
+++ b/frontends/gtk/gui.c
@@ -41,6 +41,7 @@
#include "netsurf/keypress.h"
#include "netsurf/url_db.h"
#include "netsurf/cookie_db.h"
+#include "netsurf/browser.h"
#include "netsurf/browser_window.h"
#include "netsurf/misc.h"
#include "netsurf/netsurf.h"