diff options
Diffstat (limited to 'GL/glx/singlepixswap.c')
-rw-r--r-- | GL/glx/singlepixswap.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/GL/glx/singlepixswap.c b/GL/glx/singlepixswap.c index 2b488312e..ff68ecedf 100644 --- a/GL/glx/singlepixswap.c +++ b/GL/glx/singlepixswap.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/GL/glx/singlepixswap.c,v 1.6 2001/10/31 22:50:27 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/GL/glx/singlepixswap.c,v 1.5 2001/03/21 16:29:37 dawes Exp $ */ /* ** License Applicability. Except to the extent portions of this file are ** made subject to an alternative license as permitted in the SGI Free @@ -35,6 +35,10 @@ */ #define NEED_REPLIES +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "glxserver.h" #include "glxext.h" #include "singlesize.h" |