diff options
Diffstat (limited to 'GL/apple/aglGlx.c')
-rw-r--r-- | GL/apple/aglGlx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/GL/apple/aglGlx.c b/GL/apple/aglGlx.c index fa7533e73..3906d775f 100644 --- a/GL/apple/aglGlx.c +++ b/GL/apple/aglGlx.c @@ -34,6 +34,10 @@ */ /* $XFree86: xc/programs/Xserver/GL/apple/aglGlx.c,v 1.2 2003/09/16 00:36:11 torrey Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "quartzCommon.h" #include <AGL/agl.h> #include "cr.h" |