diff options
Diffstat (limited to 'hw/alpha/pci.c')
-rw-r--r-- | hw/alpha/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/alpha/pci.c b/hw/alpha/pci.c index 5226e43b96..fb902bb92d 100644 --- a/hw/alpha/pci.c +++ b/hw/alpha/pci.c @@ -6,7 +6,7 @@ * ??? Sparse memory access not implemented. */ -#include "config.h" +#include "qemu/osdep.h" #include "alpha_sys.h" #include "qemu/log.h" #include "sysemu/sysemu.h" |