Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
---
 hw/alpha/alpha_sys.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hw/alpha/alpha_sys.h b/hw/alpha/alpha_sys.h
index e11025b..8f67ed9 100644
--- a/hw/alpha/alpha_sys.h
+++ b/hw/alpha/alpha_sys.h
@@ -10,7 +10,8 @@
 #include "hw/irq.h"
 
 
-PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, AlphaCPU *[4],
+struct AlphaCPU;
+PCIBus *typhoon_init(ram_addr_t, ISABus **, qemu_irq *, struct AlphaCPU *[4],
                      pci_map_irq_fn);
 
 /* alpha_pci.c.  */
-- 
1.8.3.1



Reply via email to