diff options
-rw-r--r-- | networking/wget.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/wget.c b/networking/wget.c index 165af9a58..29f5d45c3 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -24,9 +24,6 @@ | |||
24 | #include <arpa/inet.h> | 24 | #include <arpa/inet.h> |
25 | #include <netdb.h> | 25 | #include <netdb.h> |
26 | 26 | ||
27 | #ifndef _GNU_SOURCE | ||
28 | #define _GNU_SOURCE | ||
29 | #endif | ||
30 | #include <getopt.h> | 27 | #include <getopt.h> |
31 | 28 | ||
32 | #include "busybox.h" | 29 | #include "busybox.h" |