diff options
Diffstat (limited to 'wget.c')
-rw-r--r-- | wget.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,7 +14,6 @@ | |||
14 | * | 14 | * |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "busybox.h" | ||
18 | #include <stdio.h> | 17 | #include <stdio.h> |
19 | #include <errno.h> | 18 | #include <errno.h> |
20 | #include <stdlib.h> | 19 | #include <stdlib.h> |
@@ -33,6 +32,8 @@ | |||
33 | #include <arpa/inet.h> | 32 | #include <arpa/inet.h> |
34 | #include <netdb.h> | 33 | #include <netdb.h> |
35 | 34 | ||
35 | #include "busybox.h" | ||
36 | |||
36 | /* Stupid libc5 doesn't define this... */ | 37 | /* Stupid libc5 doesn't define this... */ |
37 | #ifndef timersub | 38 | #ifndef timersub |
38 | #define timersub(a, b, result) \ | 39 | #define timersub(a, b, result) \ |
@@ -533,7 +534,7 @@ progressmeter(int flag) | |||
533 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 534 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
534 | * SUCH DAMAGE. | 535 | * SUCH DAMAGE. |
535 | * | 536 | * |
536 | * $Id: wget.c,v 1.27 2001/02/14 21:23:06 andersen Exp $ | 537 | * $Id: wget.c,v 1.28 2001/02/20 06:14:08 andersen Exp $ |
537 | */ | 538 | */ |
538 | 539 | ||
539 | 540 | ||