From ed3ef50c233ffb1b50ea0e7382a8e60b86491009 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 27 Jan 2001 08:24:39 +0000 Subject: Fix header file usage -- there were many unnecessary header files included in busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik --- networking/ping.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'networking/ping.c') diff --git a/networking/ping.c b/networking/ping.c index 37ca26f..a2e9163 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * $Id: ping.c,v 1.34 2001/01/24 18:44:54 andersen Exp $ + * $Id: ping.c,v 1.35 2001/01/27 08:24:37 andersen Exp $ * Mini ping implementation for busybox * * Copyright (C) 1999 by Randolph Chung @@ -47,6 +47,9 @@ #include #include #include +#include +#include +#include /* It turns out that libc5 doesn't have proper icmp support -- cgit v1.1