projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed7d6e
)
Added in a missing include.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:53:51 +0000
(14:53 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:53:51 +0000
(14:53 +0000)
--HG--
extra : convert_revision :
712480fef36bf7a34c2c0b8d19dd82689eb78a1d
src/arch/x86/types.hh
patch
|
blob
|
history
diff --git
a/src/arch/x86/types.hh
b/src/arch/x86/types.hh
index 82fe0eb8a8d3d76cf5bfef76ff2ddba1759e3fe6..0037d50634243b8a9baf7f9a7b675adfbaff731a 100644
(file)
--- a/
src/arch/x86/types.hh
+++ b/
src/arch/x86/types.hh
@@
-58,6
+58,8
@@
#ifndef __ARCH_X86_TYPES_HH__
#define __ARCH_X86_TYPES_HH__
+#include <inttypes.h>
+
namespace X86ISA
{
//XXX This won't work