summaryrefslogtreecommitdiff
path: root/src/xcbint.h
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-02-24 01:04:48 -0800
committerJamey Sharp <jamey@minilop.net>2006-02-24 01:04:48 -0800
commit1b50d2ee1ef532429674126eace88ac73d51ec23 (patch)
tree121fd6ebe60507c14bc9928dafe7070b08b207ae /src/xcbint.h
parente1c2777abac0479ebdf06f2005120d25fff53935 (diff)
Quit using "-include config.h": use #ifdef HAVE_CONFIG_H etc. like everyone else.
Diffstat (limited to 'src/xcbint.h')
-rw-r--r--src/xcbint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xcbint.h b/src/xcbint.h
index ebbb2fe..1d7b873 100644
--- a/src/xcbint.h
+++ b/src/xcbint.h
@@ -28,6 +28,10 @@
#ifndef __XCBINT_H
#define __XCBINT_H
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
enum workarounds {
WORKAROUND_NONE,
WORKAROUND_GLX_GET_FB_CONFIGS_BUG