diff options
Diffstat (limited to 'ping.c')
-rw-r--r-- | ping.c | 5 |
1 files changed, 4 insertions, 1 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.34 2001/01/24 18:44:54 andersen Exp $ | 3 | * $Id: ping.c,v 1.35 2001/01/27 08:24:37 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> |
@@ -47,6 +47,9 @@ | |||
47 | #include <stdio.h> | 47 | #include <stdio.h> |
48 | #include <stdlib.h> | 48 | #include <stdlib.h> |
49 | #include <errno.h> | 49 | #include <errno.h> |
50 | #include <unistd.h> | ||
51 | #include <string.h> | ||
52 | #include <stdlib.h> | ||
50 | 53 | ||
51 | 54 | ||
52 | /* It turns out that libc5 doesn't have proper icmp support | 55 | /* It turns out that libc5 doesn't have proper icmp support |