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:
Manuel Novoa III
2001-06-29 18:59:32 +00:00
parent ff9eee475f
commit a2949aa217
12 changed files with 14 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include "busybox.h"