aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.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/httpd.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/httpd.c')
-rw-r--r--networking/httpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index 1d8c893f2..4cd09448c 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -99,7 +99,6 @@
99#include <sys/types.h> 99#include <sys/types.h>
100#include <sys/socket.h> /* for connect and socket*/ 100#include <sys/socket.h> /* for connect and socket*/
101#include <netinet/in.h> /* for sockaddr_in */ 101#include <netinet/in.h> /* for sockaddr_in */
102#include <sys/time.h>
103#include <sys/stat.h> 102#include <sys/stat.h>
104#include <sys/wait.h> 103#include <sys/wait.h>
105#include <fcntl.h> /* for open modes */ 104#include <fcntl.h> /* for open modes */