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, 2 insertions, 1 deletions
diff --git a/examples/nanohttp/http_server.c b/examples/nanohttp/http_server.c
index 950a717..655ad7a 100644
--- a/examples/nanohttp/http_server.c
+++ b/examples/nanohttp/http_server.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: http_server.c,v 1.7 2006/11/23 15:27:33 m0gg Exp $
+* $Id: http_server.c,v 1.8 2006/11/25 15:06:57 m0gg Exp $
*
* CSOAP Project: A http client/server library in C (example)
* Copyright (C) 2003 Ferhat Ayaz
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <string.h>
+#include <nanohttp/nanohttp-error.h>
#include <nanohttp/nanohttp-common.h>
#include <nanohttp/nanohttp-stream.h>
#include <nanohttp/nanohttp-request.h>