summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper-test.c')
-rw-r--r--test/helper-test.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index 48a12a75..9c7c92fe 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -5,9 +5,12 @@
#include <helper.h>
#include <string.h>
#include <xcb/xcb_ewmh.h>
+#include "xcb-internal.h"
+#include "rofi.h"
#include "settings.h"
-static int test = 0;
+static int test = 0;
+struct xcb_stuff *xcb;
#define TASSERT( a ) { \
assert ( a ); \