diff options
Diffstat (limited to 'GL/glx/glximports.c')
-rw-r--r-- | GL/glx/glximports.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/GL/glx/glximports.c b/GL/glx/glximports.c index b38456f6f..fae2346b9 100644 --- a/GL/glx/glximports.c +++ b/GL/glx/glximports.c @@ -34,6 +34,10 @@ ** */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "glxserver.h" #include "glxcontext.h" #include "glximports.h" |