summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-01 18:11:55 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-01 18:11:55 +0100
commit7d046a1f5bcc3a55f250aed0cbfaf8a54a8d6875 (patch)
treede42f664183bf2bb6c474c13bb4404ad6a181a09 /test/helper-test.c
parentfb2c23a429d0206043069ca1f571b49d7cbc275f (diff)
Pack magic externs into a xcb_stuff.
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 ); \