aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-09-08 06:07:57 +0000
committerChristian Grothoff <christian@grothoff.org>2008-09-08 06:07:57 +0000
commit8fec52a837733bc2cebe1d1a518b347a359dff1a (patch)
tree5e589401970b8a15fd813f624e6d9655eb7ffeb6
parent6e67fbd78d2235db1ca07e85022ab164c08302a7 (diff)
downloadlibmicrohttpd-8fec52a837733bc2cebe1d1a518b347a359dff1a.tar.gz
libmicrohttpd-8fec52a837733bc2cebe1d1a518b347a359dff1a.zip
gone
-rw-r--r--src/examples/fileserver_example.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/examples/fileserver_example.c b/src/examples/fileserver_example.c
index 21e58d1f..4a120fb0 100644
--- a/src/examples/fileserver_example.c
+++ b/src/examples/fileserver_example.c
@@ -25,7 +25,6 @@
25 25
26#include "platform.h" 26#include "platform.h"
27#include <microhttpd.h> 27#include <microhttpd.h>
28#include <sys/stat.h>
29#include <unistd.h> 28#include <unistd.h>
30 29
31#define PAGE "<html><head><title>File not found</title></head><body>File not found</body></html>" 30#define PAGE "<html><head><title>File not found</title></head><body>File not found</body></html>"