diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-07 23:00:00 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-07 23:00:00 +0000 |
commit | 0c34a5d72228e6d6cb0c1eb2797cfa4c68c5292b (patch) | |
tree | 34fb7609d54b6b336fe8d522ae3f8ca6532cc769 /hw | |
parent | fd69fe2b94c12c3889c0ccf0899f4e821ad95e79 (diff) | |
download | qemu-0c34a5d72228e6d6cb0c1eb2797cfa4c68c5292b.zip |
target-ppc: kill a few warnings
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5941 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r-- | hw/ppc4xx_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ppc4xx_pci.c b/hw/ppc4xx_pci.c index bfd2f3e9b0..b21c2feff2 100644 --- a/hw/ppc4xx_pci.c +++ b/hw/ppc4xx_pci.c @@ -21,6 +21,8 @@ * 4xx SoCs, such as the 440EP. */ #include "hw.h" +#include "ppc.h" +#include "ppc4xx.h" typedef target_phys_addr_t pci_addr_t; #include "pci.h" |