diff options
Diffstat (limited to 'hw/xfree86/xaa/xaaTEGlyph.c')
-rw-r--r-- | hw/xfree86/xaa/xaaTEGlyph.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/xaa/xaaTEGlyph.c b/hw/xfree86/xaa/xaaTEGlyph.c index 7a699fd1f..187a9dc61 100644 --- a/hw/xfree86/xaa/xaaTEGlyph.c +++ b/hw/xfree86/xaa/xaaTEGlyph.c @@ -1,6 +1,10 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xaaTEGlyph.c,v 1.7 1999/11/06 23:14:46 mvojkovi Exp $ */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #include "xaa.h" #include "xaalocal.h" #include "xaacexp.h" |