summaryrefslogtreecommitdiff
path: root/image/test_xcb_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/test_xcb_image.c')
-rw-r--r--image/test_xcb_image.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/image/test_xcb_image.c b/image/test_xcb_image.c
index 25ff697..474dea0 100644
--- a/image/test_xcb_image.c
+++ b/image/test_xcb_image.c
@@ -28,6 +28,10 @@
/* gcc -g -O2 -Wall `pkg-config --cflags --libs xcb` -o test xcb_image.o test_xcb_image.c */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>