diff options
Diffstat (limited to 'GL/glx/glxpix.c')
-rw-r--r-- | GL/glx/glxpix.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/GL/glx/glxpix.c b/GL/glx/glxpix.c index b21d4ade9..98c033c98 100644 --- a/GL/glx/glxpix.c +++ b/GL/glx/glxpix.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/GL/glx/glxpix.c,v 1.4 2001/03/21 16:29:36 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/GL/glx/glxpix.c,v 1.3 2000/09/26 15:57:02 tsi Exp $ */ /* ** License Applicability. Except to the extent portions of this file are ** made subject to an alternative license as permitted in the SGI Free @@ -38,6 +38,10 @@ ** An implementation of a glx pixmap buffer */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #include "glxserver.h" #include "glxutil.h" #include "glxpix.h" |