aboutsummaryrefslogtreecommitdiff
path: root/src/examples/fileserver_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/fileserver_example.c')
-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>"