summaryrefslogtreecommitdiffstats
path: root/source/textbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/textbox.c')
-rw-r--r--source/textbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/textbox.c b/source/textbox.c
index c98d34ed..4f808fc3 100644
--- a/source/textbox.c
+++ b/source/textbox.c
@@ -33,8 +33,9 @@
#include <X11/keysym.h>
#include <X11/XKBlib.h>
#include <ctype.h>
+#include <string.h>
#include <glib.h>
-#include "rofi.h"
+#include "settings.h"
#include "textbox.h"
#include "keyb.h"
#include "x11-helper.h"