summaryrefslogtreecommitdiff
path: root/src/base/remote_gdb.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-11-02 02:11:14 -0700
committerGabe Black <gblack@eecs.umich.edu>2011-11-02 02:11:14 -0700
commit8b4a3f4070f6d0af07c3f08dcdbd8b6aa05e34f4 (patch)
tree181f9eb23643f80043908b1726c71846beae0463 /src/base/remote_gdb.cc
parentfb15604f2c20391ec47bc9727b0fc1eceb4467db (diff)
downloadgem5-8b4a3f4070f6d0af07c3f08dcdbd8b6aa05e34f4.tar.xz
SE/FS: Get rid of FULL_SYSTEM in sim.
Diffstat (limited to 'src/base/remote_gdb.cc')
-rw-r--r--src/base/remote_gdb.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/remote_gdb.cc b/src/base/remote_gdb.cc
index aa13e1f50..77f793769 100644
--- a/src/base/remote_gdb.cc
+++ b/src/base/remote_gdb.cc
@@ -134,6 +134,7 @@
#include "mem/port.hh"
#include "mem/translating_port.hh"
#include "mem/vport.hh"
+#include "sim/full_system.hh"
#include "sim/system.hh"
using namespace std;