aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-12-02 17:57:23 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-12-02 17:57:23 +0000
commit129663b5d85f10575369ddb860bbd1ba7042e721 (patch)
tree7cdd8643785e514c674fe997743f6db2c7758182
parent9ee06328d65784688a00d1c671ece1a74fae39fa (diff)
downloadbusybox-w32-129663b5d85f10575369ddb860bbd1ba7042e721.tar.gz
busybox-w32-129663b5d85f10575369ddb860bbd1ba7042e721.tar.bz2
busybox-w32-129663b5d85f10575369ddb860bbd1ba7042e721.zip
If we really _need_ an #ifdef like this, then we should be using the libbb
getopt infrastructure instead. git-svn-id: svn://busybox.net/trunk/busybox@12646 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
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"