diff options
Diffstat (limited to 'hw/xfree86/os-support/linux/lnx_axp.c')
-rw-r--r-- | hw/xfree86/os-support/linux/lnx_axp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/linux/lnx_axp.c b/hw/xfree86/os-support/linux/lnx_axp.c index 0a7612965..e255118cc 100644 --- a/hw/xfree86/os-support/linux/lnx_axp.c +++ b/hw/xfree86/os-support/linux/lnx_axp.c @@ -112,8 +112,8 @@ lnxGetAXP(void) /* * pciconfig_iobase wrappers and dynamic i/o selection */ -#include <linux/unistd.h> -#include <asm/pci.h> +#include "lnx.h" +#include <unistd.h> #include <errno.h> /* glibc versions (single hose only) */ |