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/solaris/solaris.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kern/solaris') diff --git a/src/kern/solaris/solaris.hh b/src/kern/solaris/solaris.hh index a55ce2c80..00eee994b 100644 --- a/src/kern/solaris/solaris.hh +++ b/src/kern/solaris/solaris.hh @@ -30,6 +30,8 @@ #ifndef __SOLARIS_HH__ #define __SOLARIS_HH__ + +#include "base/types.hh" #include "config/full_system.hh" #if FULL_SYSTEM @@ -38,8 +40,6 @@ class Solaris {}; #else //!FULL_SYSTEM -#include - #include "kern/operatingsystem.hh" class TranslatingPort; -- cgit v1.2.3