diff options
Diffstat (limited to 'GL/glx/xfont.c')
-rw-r--r-- | GL/glx/xfont.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/GL/glx/xfont.c b/GL/glx/xfont.c index 3ea767d2b..c4995e272 100644 --- a/GL/glx/xfont.c +++ b/GL/glx/xfont.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/GL/glx/xfont.c,v 1.3 2001/03/21 16:29:37 dawes Exp $ */ +/* $XFree86$ */ /* ** 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 "glxutil.h" #include "g_disptab.h" |