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