summaryrefslogtreecommitdiffstats
path: root/examples/nanohttp/http_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nanohttp/http_server.c')
-rw-r--r--examples/nanohttp/http_server.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/nanohttp/http_server.c b/examples/nanohttp/http_server.c
index 5801312..420c32f 100644
--- a/examples/nanohttp/http_server.c
+++ b/examples/nanohttp/http_server.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: http_server.c,v 1.5 2006/11/19 09:40:14 m0gg Exp $
+* $Id: http_server.c,v 1.6 2006/11/21 20:59:02 m0gg Exp $
*
* CSOAP Project: A http client/server library in C (example)
* Copyright (C) 2003 Ferhat Ayaz
@@ -21,7 +21,6 @@
*
* Email: hero@persua.de
******************************************************************/
-#include <sys/time.h>
#include <stdio.h>
#include <string.h>
#include <netinet/in.h>