diff options
Diffstat (limited to 'ping.c')
-rw-r--r-- | ping.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * $Id: ping.c,v 1.37 2001/02/14 21:23:06 andersen Exp $ | 3 | * $Id: ping.c,v 1.38 2001/02/20 06:14:08 andersen Exp $ |
4 | * Mini ping implementation for busybox | 4 | * Mini ping implementation for busybox |
5 | * | 5 | * |
6 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> | 6 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> |
@@ -31,7 +31,6 @@ | |||
31 | * Original copyright notice is retained at the end of this file. | 31 | * Original copyright notice is retained at the end of this file. |
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include "busybox.h" | ||
35 | #include <sys/param.h> | 34 | #include <sys/param.h> |
36 | #include <sys/socket.h> | 35 | #include <sys/socket.h> |
37 | #include <sys/file.h> | 36 | #include <sys/file.h> |
@@ -50,6 +49,7 @@ | |||
50 | #include <unistd.h> | 49 | #include <unistd.h> |
51 | #include <string.h> | 50 | #include <string.h> |
52 | #include <stdlib.h> | 51 | #include <stdlib.h> |
52 | #include "busybox.h" | ||
53 | 53 | ||
54 | 54 | ||
55 | /* It turns out that libc5 doesn't have proper icmp support | 55 | /* It turns out that libc5 doesn't have proper icmp support |