summaryrefslogtreecommitdiff
path: root/src/arch/x86/stacktrace.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-11-08 12:43:38 -0800
committerGabe Black <gblack@eecs.umich.edu>2010-11-08 12:43:38 -0800
commit388124492ee0c846b545d47c0e9e6a2603c6f92d (patch)
tree9f457b840d12b487a24855e215e349af7ab1f68a /src/arch/x86/stacktrace.cc
parent06c5283930ff1420046cca33bc9b2bbed6e30823 (diff)
downloadgem5-388124492ee0c846b545d47c0e9e6a2603c6f92d.tar.xz
X86: Fix X86_FS compilation.
Diffstat (limited to 'src/arch/x86/stacktrace.cc')
-rw-r--r--src/arch/x86/stacktrace.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/stacktrace.cc b/src/arch/x86/stacktrace.cc
index 87767583b..e2ec04fa7 100644
--- a/src/arch/x86/stacktrace.cc
+++ b/src/arch/x86/stacktrace.cc
@@ -37,6 +37,7 @@
#include "base/trace.hh"
#include "cpu/base.hh"
#include "cpu/thread_context.hh"
+#include "mem/vport.hh"
#include "sim/system.hh"
using namespace std;