diff options
Diffstat (limited to 'GL/windows/glwrap.c')
-rwxr-xr-x | GL/windows/glwrap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/GL/windows/glwrap.c b/GL/windows/glwrap.c index 646675765..730b74ed1 100755 --- a/GL/windows/glwrap.c +++ b/GL/windows/glwrap.c @@ -5,6 +5,10 @@ * Authors: Alexander Gottwald */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include <X11/Xwindows.h> #include <GL/gl.h> #include <GL/glext.h> |