summary refs log tree commit diff stats
path: root/hw/i386/sgx-epc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/sgx-epc.c')
-rw-r--r--hw/i386/sgx-epc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/sgx-epc.c b/hw/i386/sgx-epc.c
index 875e1c5c33..00b220d4d6 100644
--- a/hw/i386/sgx-epc.c
+++ b/hw/i386/sgx-epc.c
@@ -17,7 +17,7 @@
 #include "qapi/error.h"
 #include "qapi/visitor.h"
 #include "target/i386/cpu.h"
-#include "exec/address-spaces.h"
+#include "system/address-spaces.h"
 
 static const Property sgx_epc_properties[] = {
     DEFINE_PROP_UINT64(SGX_EPC_ADDR_PROP, SGXEPCDevice, addr, 0),