diff options
Diffstat (limited to 'libbb/module_syscalls.c')
-rw-r--r-- | libbb/module_syscalls.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/module_syscalls.c b/libbb/module_syscalls.c index 2fb4cd177..36b75fb93 100644 --- a/libbb/module_syscalls.c +++ b/libbb/module_syscalls.c | |||
@@ -28,7 +28,9 @@ | |||
28 | _syscall* defined. */ | 28 | _syscall* defined. */ |
29 | #define __LIBRARY__ | 29 | #define __LIBRARY__ |
30 | #include <sys/syscall.h> | 30 | #include <sys/syscall.h> |
31 | #ifndef __UCLIBC__ | ||
31 | #include <asm/unistd.h> | 32 | #include <asm/unistd.h> |
33 | #endif | ||
32 | #include "libbb.h" | 34 | #include "libbb.h" |
33 | 35 | ||
34 | 36 | ||