Always include "config.h" at the start of all C source files.
[free-sw/xcb/libxcb] / src / xcb_conn.c
index 725502a..7202cc5 100644 (file)
 
 /* Connection management: the core of XCB. */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <assert.h>
 #include <string.h>
 #include <stdio.h>