aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-27 21:42:58 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-27 21:42:58 +0000
commit6a0c588bf35d45f27feb0b18c7e97bb038df4d63 (patch)
treea3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /networking/tftp.c
parentd40b24b9afb1d7223d8042e72d27e5b9a5271177 (diff)
downloadbusybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.tar.gz
busybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.tar.bz2
busybox-w32-6a0c588bf35d45f27feb0b18c7e97bb038df4d63.zip
Consolidate #include <sys/time.h> so libbb.h does it.
git-svn-id: svn://busybox.net/trunk/busybox@15203 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking/tftp.c')
-rw-r--r--networking/tftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c
index b830f18a5..bdba16727 100644
--- a/networking/tftp.c
+++ b/networking/tftp.c
@@ -24,7 +24,6 @@
24#include <string.h> 24#include <string.h>
25#include <sys/types.h> 25#include <sys/types.h>
26#include <sys/socket.h> 26#include <sys/socket.h>
27#include <sys/time.h>
28#include <sys/stat.h> 27#include <sys/stat.h>
29#include <netdb.h> 28#include <netdb.h>
30#include <netinet/in.h> 29#include <netinet/in.h>