Quit using "-include config.h": use #ifdef HAVE_CONFIG_H etc. like everyone else.
[free-sw/xcb/libxcb] / src / xcbint.h
index ebbb2fe..1d7b873 100644 (file)
 #ifndef __XCBINT_H
 #define __XCBINT_H
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 enum workarounds {
     WORKAROUND_NONE,
     WORKAROUND_GLX_GET_FB_CONFIGS_BUG