diff options
Diffstat (limited to 'sim/common/syscall.c')
-rw-r--r-- | sim/common/syscall.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/common/syscall.c b/sim/common/syscall.c index f65f616..96033db 100644 --- a/sim/common/syscall.c +++ b/sim/common/syscall.c @@ -33,9 +33,7 @@ #include <stdlib.h> #include <string.h> #include <time.h> -#ifdef HAVE_UNISTD_H #include <unistd.h> -#endif #include <sys/stat.h> #include <sys/types.h> |