diff options
Diffstat (limited to 'hw/xfree86/int10/x86emu.c')
-rw-r--r-- | hw/xfree86/int10/x86emu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/int10/x86emu.c b/hw/xfree86/int10/x86emu.c index 2d0faa603..b9580a1de 100644 --- a/hw/xfree86/int10/x86emu.c +++ b/hw/xfree86/int10/x86emu.c @@ -1,4 +1,8 @@ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif + #ifdef NO_SYS_HEADERS # include "xf86_ansic.h" #endif |