From 709d859530325f28b904001f5a55dbdec2bad199 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 17 May 2009 14:34:51 -0700 Subject: includes: use base/types.hh not inttypes.h or stdint.h --- src/kern/linux/linux.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/kern/linux/linux.hh') diff --git a/src/kern/linux/linux.hh b/src/kern/linux/linux.hh index ad35fa726..7c16228ea 100644 --- a/src/kern/linux/linux.hh +++ b/src/kern/linux/linux.hh @@ -30,6 +30,8 @@ #ifndef __LINUX_HH__ #define __LINUX_HH__ + +#include "base/types.hh" #include "config/full_system.hh" #if FULL_SYSTEM @@ -38,7 +40,6 @@ class Linux {}; #else //!FULL_SYSTEM -#include #include #include "kern/operatingsystem.hh" -- cgit v1.2.3