summaryrefslogtreecommitdiff
path: root/frontends/gtk/selection.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/selection.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/selection.c')
-rw-r--r--frontends/gtk/selection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/gtk/selection.c b/frontends/gtk/selection.c
index 228d65dbe..871526047 100644
--- a/frontends/gtk/selection.c
+++ b/frontends/gtk/selection.c
@@ -24,6 +24,7 @@
#include "netsurf/browser_window.h"
#include "netsurf/clipboard.h"
+#include "gtk/toolbar_items.h"
#include "gtk/window.h"
static GString *current_selection = NULL;