Fix build when int10 doesn't use x86emu.

This commit is contained in:
Michel Dänzer 2007-07-03 10:55:13 +02:00
parent 028a00bc51
commit 0ede39a25c

View File

@ -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);