diff options
Diffstat (limited to 'hw/xfree86/xf4bpp/mfbbresd.c')
-rw-r--r-- | hw/xfree86/xf4bpp/mfbbresd.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/xf4bpp/mfbbresd.c b/hw/xfree86/xf4bpp/mfbbresd.c index 0f320ebc6..d28a6c2a3 100644 --- a/hw/xfree86/xf4bpp/mfbbresd.c +++ b/hw/xfree86/xf4bpp/mfbbresd.c @@ -49,6 +49,10 @@ SOFTWARE. /* GJA -- modified this file for vga16 */ /* $XConsortium: mfbbresd.c /main/5 1996/02/21 17:56:34 kaleb $ */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #include "xf4bpp.h" #include "OScompiler.h" #include "mfbmap.h" |