X86: Fix compiling vtophys.cc
authorGabe Black <gblack@eecs.umich.edu>
Mon, 7 Feb 2011 09:21:21 +0000 (01:21 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 7 Feb 2011 09:21:21 +0000 (01:21 -0800)
src/arch/x86/vtophys.cc

index 3a69325640dff4e10e65fb9b4020c92a80eb0f15..0fa43fd4c682e6d173b58068687d9c2a3ae55347 100644 (file)
@@ -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;