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/sim/syscallreturn.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sim') diff --git a/src/sim/syscallreturn.hh b/src/sim/syscallreturn.hh index d1c43f584..385ff55db 100644 --- a/src/sim/syscallreturn.hh +++ b/src/sim/syscallreturn.hh @@ -31,7 +31,7 @@ #ifndef __SIM_SYSCALLRETURN_HH__ #define __SIM_SYSCALLRETURN_HH__ -#include +#include "base/types.hh" class SyscallReturn { -- cgit v1.2.3