aboutsummaryrefslogtreecommitdiff
path: root/hw/avr/atmega.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/avr/atmega.c')
-rw-r--r--hw/avr/atmega.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/avr/atmega.c b/hw/avr/atmega.c
index 11fab184..c105d2a 100644
--- a/hw/avr/atmega.c
+++ b/hw/avr/atmega.c
@@ -12,8 +12,9 @@
#include "qemu/module.h"
#include "qemu/units.h"
#include "qapi/error.h"
-#include "exec/memory.h"
-#include "exec/address-spaces.h"
+#include "exec/target_page.h"
+#include "system/memory.h"
+#include "system/address-spaces.h"
#include "system/system.h"
#include "hw/qdev-properties.h"
#include "hw/sysbus.h"