Always include "config.h" at the start of all C source files.
[free-sw/xcb/libxcb] / src / xcb_out.c
index c0601f2..405f963 100644 (file)
 
 /* Stuff that sends stuff to the server. */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <assert.h>
 #include <stdlib.h>
 #include <unistd.h>