From a2a647dfc1c003eacc53c2abe744ba4b3d7b2fbc Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 19 May 2006 12:30:00 +0000 Subject: - include strings.h Thanks to Rich Felker for pointing this out. --- networking/wget.c | 1 + 1 file changed, 1 insertion(+) (limited to 'networking') 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 #include #include +#include #include #include #include -- cgit v1.2.3