summaryrefslogtreecommitdiff
path: root/frontends/gtk/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-27 23:46:40 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-27 23:46:40 +0100
commit0ddbb21fdf210aae33143f4f3949bf35b6651376 (patch)
treed718b5c05331bd6b205f36c3862af2311dccbaa3 /frontends/gtk/gui.c
parent39bb4b403e4a45c1cd2e05218599c04a31af1566 (diff)
downloadnetsurf-0ddbb21fdf210aae33143f4f3949bf35b6651376.tar.gz
netsurf-0ddbb21fdf210aae33143f4f3949bf35b6651376.tar.bz2
allow menu activation to use the toolbar button implementations
Diffstat (limited to 'frontends/gtk/gui.c')
-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 7f3331571..2c23364b9 100644
--- a/frontends/gtk/gui.c
+++ b/frontends/gtk/gui.c
@@ -63,6 +63,7 @@
#include "gtk/global_history.h"
#include "gtk/hotlist.h"
#include "gtk/throbber.h"
+#include "gtk/toolbar_items.h"
#include "gtk/scaffolding.h"
#include "gtk/window.h"
#include "gtk/schedule.h"