From 46e342904072897133850b9fc30cd4427f0e42ce Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 10 Feb 2016 22:12:49 +0100 Subject: [PATCH] Fix #336, missing prototype --- source/textbox.c | 2 ++ 1 file changed, 2 insertions(+) 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