diff options
Diffstat (limited to 'src/xcb_list.c')
-rw-r--r-- | src/xcb_list.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xcb_list.c b/src/xcb_list.c index 3a18d90..6f5c611 100644 --- a/src/xcb_list.c +++ b/src/xcb_list.c @@ -25,6 +25,10 @@ /* A generic implementation of a list of void-pointers. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdlib.h> #include "xcb.h" |