diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-19 12:30:00 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-19 12:30:00 +0000 |
commit | a2a647dfc1c003eacc53c2abe744ba4b3d7b2fbc (patch) | |
tree | 91766f417783ee69b93d44f1a39a70e874285f98 /networking/wget.c | |
parent | a85a63f6ee9f5815887158976bbf6b9a5a441db4 (diff) |
- include strings.h
Thanks to Rich Felker for pointing this out.
Diffstat (limited to 'networking/wget.c')
-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 @@ #include <unistd.h> #include <ctype.h> #include <string.h> +#include <strings.h> #include <unistd.h> #include <signal.h> #include <sys/ioctl.h> |