diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-02-24 01:04:48 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-02-24 01:04:48 -0800 |
commit | 1b50d2ee1ef532429674126eace88ac73d51ec23 (patch) | |
tree | 121fd6ebe60507c14bc9928dafe7070b08b207ae /src/xcbint.h | |
parent | e1c2777abac0479ebdf06f2005120d25fff53935 (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.h | 4 |
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 |