diff options
Diffstat (limited to 'hw/xfree86/int10/xf86x86emu.c')
-rw-r--r-- | hw/xfree86/int10/xf86x86emu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/int10/xf86x86emu.c b/hw/xfree86/int10/xf86x86emu.c index ffee4fb9a..c15a5f9be 100644 --- a/hw/xfree86/int10/xf86x86emu.c +++ b/hw/xfree86/int10/xf86x86emu.c @@ -4,6 +4,10 @@ * execute BIOS int 10h calls in x86 real mode environment * Copyright 1999 Egbert Eich */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #include <x86emu.h> #include "xf86.h" #include "xf86_ansic.h" |