summaryrefslogtreecommitdiff
path: root/cpu/exec_context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/exec_context.hh')
-rw-r--r--cpu/exec_context.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh
index 817c72b3b..5c6e84cee 100644
--- a/cpu/exec_context.hh
+++ b/cpu/exec_context.hh
@@ -30,7 +30,7 @@
#define __EXEC_CONTEXT_HH__
#include "sim/host.hh"
-#include "targetarch/mem_req.hh"
+#include "mem/mem_req.hh"
// forward declaration: see functional_memory.hh
class FunctionalMemory;