From 0c4b816d84541f832530d8a68aa51832d2a1b73f Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 7 Feb 2011 01:21:21 -0800 Subject: [PATCH] X86: Fix compiling vtophys.cc --- src/arch/x86/vtophys.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;