diff options
Diffstat (limited to 'hw/puv3.c')
| -rw-r--r-- | hw/puv3.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hw/puv3.c b/hw/puv3.c index 3d7734936b..7814bc5051 100644 --- a/hw/puv3.c +++ b/hw/puv3.c @@ -8,9 +8,11 @@ * published by the Free Software Foundation, or any later version. * See the COPYING file in the top-level directory. */ -#include "console.h" + +#include "qemu-common.h" +#include "ui/console.h" #include "elf.h" -#include "exec-memory.h" +#include "exec/address-spaces.h" #include "sysbus.h" #include "boards.h" #include "loader.h" |