Always include "config.h" at the start of all C source files.
[free-sw/xcb/libxcb] / src / xcb_ext.c
index 68bb29b..831f283 100644 (file)
 
 /* A cache for QueryExtension results. */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdlib.h>
 #include <string.h>