diff options
Diffstat (limited to 'hw/tpci200.c')
-rw-r--r-- | hw/tpci200.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/tpci200.c b/hw/tpci200.c index a4823fb..e3408ef 100644 --- a/hw/tpci200.c +++ b/hw/tpci200.c @@ -8,8 +8,8 @@ * later version. */ -#include "ipack.h" -#include "pci/pci.h" +#include "hw/ipack.h" +#include "hw/pci/pci.h" #include "qemu/bitops.h" #include <stdio.h> |