summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-03-05 14:53:51 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-03-05 14:53:51 +0000
commitb2d356a6b2cea96fa2bde279dfe3fb96ab144167 (patch)
tree292ae65a3a23cdd25dc6e8486fea3c69d2cce72e /src/arch
parent7ed7d6e80d0e30e766fbdf3b02f8e177b5a3922f (diff)
downloadgem5-b2d356a6b2cea96fa2bde279dfe3fb96ab144167.tar.xz
Added in a missing include.
--HG-- extra : convert_revision : 712480fef36bf7a34c2c0b8d19dd82689eb78a1d
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/types.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/types.hh b/src/arch/x86/types.hh
index 82fe0eb8a..0037d5063 100644
--- 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