diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-15 10:37:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-15 10:37:04 +0200 |
commit | dd1eb413f28a2a8b5768056e1967e87b2363dc32 (patch) | |
tree | 8ab3fd91e43c301548fd3e1e678f44a7d3ac1292 /scripts/basic/fixdep.c | |
parent | 378ab6819907fa9e439e93ed081c73c2351b4330 (diff) | |
download | busybox-w32-dd1eb413f28a2a8b5768056e1967e87b2363dc32.tar.gz busybox-w32-dd1eb413f28a2a8b5768056e1967e87b2363dc32.tar.bz2 busybox-w32-dd1eb413f28a2a8b5768056e1967e87b2363dc32.zip |
suppress "warning: implicit declaration of function 'alloca'"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/basic/fixdep.c')
-rw-r--r-- | scripts/basic/fixdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c index f27a17984..165a8c39d 100644 --- a/scripts/basic/fixdep.c +++ b/scripts/basic/fixdep.c | |||
@@ -113,6 +113,7 @@ | |||
113 | #include <limits.h> | 113 | #include <limits.h> |
114 | #include <ctype.h> | 114 | #include <ctype.h> |
115 | #include <arpa/inet.h> | 115 | #include <arpa/inet.h> |
116 | #include <alloca.h> | ||
116 | 117 | ||
117 | /* bbox: not needed | 118 | /* bbox: not needed |
118 | #define INT_CONF ntohl(0x434f4e46) | 119 | #define INT_CONF ntohl(0x434f4e46) |