diff options
Diffstat (limited to 'libbb/syscalls.c')
-rw-r--r-- | libbb/syscalls.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/syscalls.c b/libbb/syscalls.c index f183b26c3..426a14aa1 100644 --- a/libbb/syscalls.c +++ b/libbb/syscalls.c | |||
@@ -30,7 +30,9 @@ | |||
30 | 30 | ||
31 | 31 | ||
32 | #include <sys/syscall.h> | 32 | #include <sys/syscall.h> |
33 | #ifndef __UCLIBC__ | ||
33 | #include <asm/unistd.h> | 34 | #include <asm/unistd.h> |
35 | #endif | ||
34 | #include "libbb.h" | 36 | #include "libbb.h" |
35 | 37 | ||
36 | #if defined(__ia64__) | 38 | #if defined(__ia64__) |