diff options
Diffstat (limited to 'hw/pc87312.c')
-rw-r--r-- | hw/pc87312.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/pc87312.c b/hw/pc87312.c index b5fa01681b..6a17afd45c 100644 --- a/hw/pc87312.c +++ b/hw/pc87312.c @@ -24,8 +24,9 @@ */ #include "pc87312.h" -#include "blockdev.h" -#include "sysemu.h" +#include "sysemu/blockdev.h" +#include "sysemu/sysemu.h" +#include "char/char.h" #include "trace.h" |