From e654b8d09d455e3715c417ede19b762d4ac72cb8 Mon Sep 17 00:00:00 2001 From: mjn3 Date: Fri, 29 Jun 2001 18:59:32 +0000 Subject: 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. git-svn-id: svn://busybox.net/trunk/busybox@2950 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- rm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rm.c') diff --git a/rm.c b/rm.c index f8e16625c..51c9f4ceb 100644 --- a/rm.c +++ b/rm.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include "busybox.h" -- cgit v1.2.3-55-g6feb