summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-10 22:12:49 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-10 22:12:49 +0100
commit46e342904072897133850b9fc30cd4427f0e42ce (patch)
tree2523bc8d9e3abd6f4cdbc960e66f2fdc5d04b574 /source
parentfdb4c99456c869110a76bde5495993f299117406 (diff)
Fix #336, missing prototype
Diffstat (limited to 'source')
-rw-r--r--source/textbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/textbox.c b/source/textbox.c
index 75102ec6..efa36023 100644
--- a/source/textbox.c
+++ b/source/textbox.c
@@ -39,6 +39,8 @@
#include "textbox.h"
#include "keyb.h"
#include "x11-helper.h"
+#include "mode.h"
+#include "view.h"
#define SIDE_MARGIN 1