projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a33c8d
)
Added a missing include.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:47:42 +0000
(14:47 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:47:42 +0000
(14:47 +0000)
--HG--
extra : convert_revision :
62583e5a5647913fb36e1aae265e8ac52a165829
src/arch/x86/faults.hh
patch
|
blob
|
history
diff --git
a/src/arch/x86/faults.hh
b/src/arch/x86/faults.hh
index 7d12e7df4694cbd314c5219b50eb83b0c402afda..384b4b352ece94f885891423ffac7ae1a6f8ecd9 100644
(file)
--- a/
src/arch/x86/faults.hh
+++ b/
src/arch/x86/faults.hh
@@
-58,6
+58,7
@@
#ifndef __ARCH_X86_FAULTS_HH__
#define __ARCH_X86_FAULTS_HH__
+#include "base/misc.hh"
#include "sim/faults.hh"
namespace X86ISA