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 1d8c893..4cd0944 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -99,7 +99,6 @@ #include <sys/types.h> #include <sys/socket.h> /* for connect and socket*/ #include <netinet/in.h> /* for sockaddr_in */ -#include <sys/time.h> #include <sys/stat.h> #include <sys/wait.h> #include <fcntl.h> /* for open modes */ |