summary refs log tree commit diff stats
path: root/hw/nvram/chrp_nvram.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/nvram/chrp_nvram.c')
-rw-r--r--hw/nvram/chrp_nvram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/nvram/chrp_nvram.c b/hw/nvram/chrp_nvram.c
index d4d10a7c03..0b204e36c6 100644
--- a/hw/nvram/chrp_nvram.c
+++ b/hw/nvram/chrp_nvram.c
@@ -23,7 +23,7 @@
 #include "qemu/cutils.h"
 #include "qemu/error-report.h"
 #include "hw/nvram/chrp_nvram.h"
-#include "sysemu/sysemu.h"
+#include "system/system.h"
 
 static int chrp_nvram_set_var(uint8_t *nvram, int addr, const char *str,
                               int max_len)