aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/wget.c3
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 @@
#include <arpa/inet.h>
#include <netdb.h>
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE
-#endif
#include <getopt.h>
#include "busybox.h"