diff options
Diffstat (limited to 'src/arch/x86/vtophys.cc')
-rw-r--r-- | src/arch/x86/vtophys.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/vtophys.cc b/src/arch/x86/vtophys.cc index 3a6932564..0fa43fd4c 100644 --- a/src/arch/x86/vtophys.cc +++ b/src/arch/x86/vtophys.cc @@ -45,7 +45,7 @@ #include "base/trace.hh" #include "config/full_system.hh" #include "cpu/thread_context.hh" -#include "sim/fault.hh" +#include "sim/fault_fwd.hh" using namespace std; |