From 00cb2a99f5e7f73c4fff54ae16c7b6acf463ab5c Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 26 Jul 2011 14:26:17 +0300 Subject: pc: convert pc_memory_init() to memory API Reviewed-by: Anthony Liguori Signed-off-by: Avi Kivity Signed-off-by: Anthony Liguori --- hw/pc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/pc.h') diff --git a/hw/pc.h b/hw/pc.h index fa575831d0..40684f44d6 100644 --- a/hw/pc.h +++ b/hw/pc.h @@ -2,6 +2,7 @@ #define HW_PC_H #include "qemu-common.h" +#include "memory.h" #include "ioport.h" #include "isa.h" #include "fdc.h" -- cgit 1.4.1