summaryrefslogtreecommitdiffstats
path: root/source/keyb.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-18 13:40:39 +0200
committerQC <qball@gmpclient.org>2015-10-18 13:40:39 +0200
commit93b6b83fb9fc1add7ebc781c7df20e005352acfb (patch)
tree45cf356b59653c2894e86974246a93df50f2ca79 /source/keyb.c
parentb1883ccaea53c79c6bbcf636b0e50a3b266b03bb (diff)
Try todo some validation of monitor size/padding in config sanity check.
Diffstat (limited to 'source/keyb.c')
-rw-r--r--source/keyb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/keyb.c b/source/keyb.c
index 0f7e807e..4d8b4166 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -1,3 +1,5 @@
+#include <config.h>
+#include <string.h>
#include "rofi.h"
#include <X11/keysym.h>
#include "x11-helper.h"