diff options
Diffstat (limited to 'xcb-demo')
-rw-r--r-- | xcb-demo/main.c | 4 |
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> |