summaryrefslogtreecommitdiff
path: root/src/kern/solaris/solaris.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/kern/solaris/solaris.hh')
-rw-r--r--src/kern/solaris/solaris.hh4
1 files changed, 2 insertions, 2 deletions
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 <inttypes.h>
-
#include "kern/operatingsystem.hh"
class TranslatingPort;