Always include "config.h" at the start of all C source files.
[free-sw/xcb/libxcb] / src / xcb_list.c
index 3a18d90..6f5c611 100644 (file)
 
 /* A generic implementation of a list of void-pointers. */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdlib.h>
 
 #include "xcb.h"