diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-19 12:30:00 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-19 12:30:00 +0000 |
commit | 2a3cf942949522c245ed5525018dc9c205d642b1 (patch) | |
tree | 91766f417783ee69b93d44f1a39a70e874285f98 /networking | |
parent | bd16aecbd1d9654275c751a884a714bd4f99386e (diff) | |
download | busybox-w32-2a3cf942949522c245ed5525018dc9c205d642b1.tar.gz busybox-w32-2a3cf942949522c245ed5525018dc9c205d642b1.tar.bz2 busybox-w32-2a3cf942949522c245ed5525018dc9c205d642b1.zip |
- include strings.h
Thanks to Rich Felker for pointing this out.
git-svn-id: svn://busybox.net/trunk/busybox@15124 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r-- | networking/wget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/wget.c b/networking/wget.c index 90ab48f9b..6efa3bf21 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <unistd.h> | 12 | #include <unistd.h> |
13 | #include <ctype.h> | 13 | #include <ctype.h> |
14 | #include <string.h> | 14 | #include <string.h> |
15 | #include <strings.h> | ||
15 | #include <unistd.h> | 16 | #include <unistd.h> |
16 | #include <signal.h> | 17 | #include <signal.h> |
17 | #include <sys/ioctl.h> | 18 | #include <sys/ioctl.h> |