Always include "config.h" at the start of all C source files.
[free-sw/xcb/libxcb] / src / xcb_in.c
index 4998cdd..b810783 100644 (file)
 
 /* Stuff that reads stuff from the server. */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <assert.h>
 #include <string.h>
 #include <stdlib.h>