summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/xfree86/int10/helper_exec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/int10/helper_exec.c b/hw/xfree86/int10/helper_exec.c
index 6e5cff923..a41965db9 100644
--- a/hw/xfree86/int10/helper_exec.c
+++ b/hw/xfree86/int10/helper_exec.c
@@ -29,7 +29,9 @@
#define _INT10_PRIVATE
#include "int10Defines.h"
#include "xf86int10.h"
+#ifdef _X86EMU
#include "x86emu/x86emui.h"
+#endif
static int pciCfg1in(CARD16 addr, CARD32 *val);
static int pciCfg1out(CARD16 addr, CARD32 val);