aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpgetput.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-27 21:42:58 +0000
committerRob Landley <rob@landley.net>2006-05-27 21:42:58 +0000
commit299a6b4d7bf40c30e4a52ee8311c17ffd42b3035 (patch)
treea3aff515a2f06bf72c2fb9fbf1e6e5bee60ad2f4 /networking/ftpgetput.c
parentd244bc1a5745a64902d65b55c0fdc8d7e1a1221c (diff)
downloadbusybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.gz
busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.tar.bz2
busybox-w32-299a6b4d7bf40c30e4a52ee8311c17ffd42b3035.zip
Consolidate #include <sys/time.h> so libbb.h does it.
Diffstat (limited to 'networking/ftpgetput.c')
-rw-r--r--networking/ftpgetput.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c
index a401ec50a..48b18b536 100644
--- a/networking/ftpgetput.c
+++ b/networking/ftpgetput.c
@@ -15,7 +15,6 @@
15 15
16#include <sys/types.h> 16#include <sys/types.h>
17#include <sys/ioctl.h> 17#include <sys/ioctl.h>
18#include <sys/time.h>
19#include <sys/stat.h> 18#include <sys/stat.h>
20 19
21#include <ctype.h> 20#include <ctype.h>