diff options
author | Rob Landley | 2006-05-27 21:42:58 +0000 |
---|---|---|
committer | Rob Landley | 2006-05-27 21:42:58 +0000 |
commit | 299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 (patch) | |
tree | a3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /networking/udhcp/dhcpc.c | |
parent | d244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff) | |
download | busybox-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.zip busybox-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.gz |
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 222bd65..1d9ab6d 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -7,7 +7,6 @@ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ -#include <sys/time.h> #include <sys/file.h> #include <unistd.h> #include <getopt.h> |