diff options
Diffstat (limited to 'sysdeps/stub/syscall.c')
-rw-r--r-- | sysdeps/stub/syscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/stub/syscall.c b/sysdeps/stub/syscall.c index 183ffc2..4903b40 100644 --- a/sysdeps/stub/syscall.c +++ b/sysdeps/stub/syscall.c @@ -18,6 +18,7 @@ #include <sysdep.h> #include <errno.h> +#include <unistd.h> /* Do system call CALLNO, passing it the remaining arguments. This only makes sense in certain operating systems. */ |