diff options
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/syscallreturn.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <inttypes.h> +#include "base/types.hh" class SyscallReturn { |