summaryrefslogtreecommitdiff
path: root/src/sim/syscall_emul.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2010-05-06 13:41:33 -0700
committerGabe Black <gblack@eecs.umich.edu>2010-05-06 13:41:33 -0700
commitd9845938554c47ab26847d8ea7a5d4f44e4a908b (patch)
tree584f1a16bca42e102a1584ca00adaa4d24e9589c /src/sim/syscall_emul.hh
parent81e68287bb65a4bb57ef000e3890c237504bb555 (diff)
parentc4057a13f1299db5b2d6621a4158984da893bc5e (diff)
downloadgem5-d9845938554c47ab26847d8ea7a5d4f44e4a908b.tar.xz
Merge.
Diffstat (limited to 'src/sim/syscall_emul.hh')
-rw-r--r--src/sim/syscall_emul.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sim/syscall_emul.hh b/src/sim/syscall_emul.hh
index 6016ccfd9..703bbd1e0 100644
--- a/src/sim/syscall_emul.hh
+++ b/src/sim/syscall_emul.hh
@@ -41,14 +41,16 @@
/// This file defines objects used to emulate syscalls from the target
/// application on the host machine.
-#include <errno.h>
-#include <string>
#ifdef __CYGWIN32__
#include <sys/fcntl.h> // for O_BINARY
#endif
#include <sys/stat.h>
+#include <errno.h>
#include <fcntl.h>
#include <sys/uio.h>
+#include <sys/time.h>
+
+#include <string>
#include "base/chunk_generator.hh"
#include "base/intmath.hh" // for RoundUp