summaryrefslogtreecommitdiff
path: root/dev/alpha_console.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-03-10 17:56:41 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-03-10 17:56:41 -0500
commit2ee6e7ab5f3ea50080a9448e6bd8defcdb534640 (patch)
tree8d991764aa0dbae3f9cbe8ecff0339877035a64a /dev/alpha_console.cc
parent03f9716a0a45e9563f32bacd2979060daae6b2d2 (diff)
downloadgem5-2ee6e7ab5f3ea50080a9448e6bd8defcdb534640.tar.xz
Added ev5.hh to files which should include it directly, now that it isn't included within isa_traits.hh
--HG-- extra : convert_revision : e49935da238a299e681f9137ad3c0b7dc0e226a3
Diffstat (limited to 'dev/alpha_console.cc')
-rw-r--r--dev/alpha_console.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/alpha_console.cc b/dev/alpha_console.cc
index 6ca5e3a06..f40c5b7bf 100644
--- a/dev/alpha_console.cc
+++ b/dev/alpha_console.cc
@@ -34,6 +34,7 @@
#include <cstdio>
#include <string>
+#include "arch/alpha/ev5.hh"
#include "arch/alpha/system.hh"
#include "base/inifile.hh"
#include "base/str.hh"