summaryrefslogtreecommitdiff
path: root/src/sim/syscall_return.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/syscall_return.hh')
-rw-r--r--src/sim/syscall_return.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/syscall_return.hh b/src/sim/syscall_return.hh
index fdd740775..1d531daac 100644
--- a/src/sim/syscall_return.hh
+++ b/src/sim/syscall_return.hh
@@ -31,7 +31,7 @@
#ifndef __SIM_SYSCALLRETURN_HH__
#define __SIM_SYSCALLRETURN_HH__
-#include "base/types.hh"
+#include <inttypes.h>
/**
* This class represents the return value from an emulated system call,