diff options
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 1 |
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 */ |