summaryrefslogtreecommitdiff
path: root/xcb-demo
diff options
context:
space:
mode:
authorBart Massey <bart@cs.pdx.edu>2003-11-11 21:27:59 +0000
committerBart Massey <bart@cs.pdx.edu>2003-11-11 21:27:59 +0000
commitab102d8473d81afe395b0eda965e9af6a4eed482 (patch)
tree4e3df1aa899e07b0c44c2d59a6e751a976bc170a /xcb-demo
parentcc556e7e6ecf6a7f204d44771c126faf46ae05b8 (diff)
ICCCM test needs string.h
Diffstat (limited to 'xcb-demo')
-rw-r--r--xcb-demo/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xcb-demo/main.c b/xcb-demo/main.c
index e43fed0..5ca01f9 100644
--- a/xcb-demo/main.c
+++ b/xcb-demo/main.c
@@ -20,6 +20,10 @@
#include <stdio.h>
#endif
+#ifdef TEST_ICCCM
+#include <string.h>
+#endif
+
#include <stdlib.h>
#include <X11/XCB/xcb.h>