diff options
Diffstat (limited to 'hw/pc87312.c')
-rw-r--r-- | hw/pc87312.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/pc87312.c b/hw/pc87312.c index 38af4c1d1..c4e4c6273 100644 --- a/hw/pc87312.c +++ b/hw/pc87312.c @@ -23,7 +23,8 @@ * THE SOFTWARE. */ -#include "pc87312.h" +#include "hw/pc87312.h" +#include "qemu/error-report.h" #include "sysemu/blockdev.h" #include "sysemu/sysemu.h" #include "char/char.h" |