summaryrefslogtreecommitdiff
path: root/frontends/gtk/scaffolding.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-22 18:40:38 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-09-21 10:53:41 +0100
commit305190fe730cf19e0556ff8e24cbf85e63566de0 (patch)
tree8cde7b6a09981d4c2a645e4e2bfcc22942c86d8c /frontends/gtk/scaffolding.c
parent07a9d5b3fb1c8d956d453e998c5903527f99f5e4 (diff)
downloadnetsurf-305190fe730cf19e0556ff8e24cbf85e63566de0.tar.gz
netsurf-305190fe730cf19e0556ff8e24cbf85e63566de0.tar.bz2
implement several more button press handlers
Diffstat (limited to 'frontends/gtk/scaffolding.c')
-rw-r--r--frontends/gtk/scaffolding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/gtk/scaffolding.c b/frontends/gtk/scaffolding.c
index 5c5701177..b52364542 100644
--- a/frontends/gtk/scaffolding.c
+++ b/frontends/gtk/scaffolding.c
@@ -54,6 +54,7 @@
#include "gtk/compat.h"
#include "gtk/warn.h"
#include "gtk/cookies.h"
+#include "gtk/completion.h"
#include "gtk/preferences.h"
#include "gtk/about.h"
#include "gtk/viewsource.h"