Add some missing includes to kill warnings when building with the default
Config.h and using gcc's -fno-builtin. There are probably other files with the similar problems. Also, if building against uClibc, don't include asm/unistd.h in syscalls.c and module_syscalls.c.
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
|
||||
|
||||
#include <sys/syscall.h>
|
||||
#ifndef __UCLIBC__
|
||||
#include <asm/unistd.h>
|
||||
#endif
|
||||
#include "libbb.h"
|
||||
|
||||
#if defined(__ia64__)
|
||||
|
Reference in New Issue
Block a user