diff options
Diffstat (limited to 'GL/glx/glxerror.h')
-rw-r--r-- | GL/glx/glxerror.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/GL/glx/glxerror.h b/GL/glx/glxerror.h index 3c1e93c61..2c6d6d863 100644 --- a/GL/glx/glxerror.h +++ b/GL/glx/glxerror.h @@ -1,4 +1,8 @@ -/* $XFree86: xc/programs/Xserver/GL/glx/glxerror.h,v 1.3 2001/03/21 16:29:36 dawes Exp $ */ +/* $XFree86$ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #ifndef _GLX_error_h_ #define _GLX_error_h_ |