aboutsummaryrefslogtreecommitdiff
path: root/src/examples/fileserver_example_external_select.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-07-20 20:42:21 +0000
committerChristian Grothoff <christian@grothoff.org>2008-07-20 20:42:21 +0000
commit075c3c42032e2e279987d21fb646c4f8302e1f93 (patch)
treecf7d7fc8f7e426f717440ed781e9f9f3d0f896c6 /src/examples/fileserver_example_external_select.c
parent5ed0d3c8717e714c605ebd00c91ab53b7fdc01a6 (diff)
downloadlibmicrohttpd-075c3c42032e2e279987d21fb646c4f8302e1f93.tar.gz
libmicrohttpd-075c3c42032e2e279987d21fb646c4f8302e1f93.zip
fixing z/OS build issues
Diffstat (limited to 'src/examples/fileserver_example_external_select.c')
-rw-r--r--src/examples/fileserver_example_external_select.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/examples/fileserver_example_external_select.c b/src/examples/fileserver_example_external_select.c
index b4bdc91e..e3762abf 100644
--- a/src/examples/fileserver_example_external_select.c
+++ b/src/examples/fileserver_example_external_select.c
@@ -22,16 +22,10 @@
22 * @author Christian Grothoff 22 * @author Christian Grothoff
23 */ 23 */
24 24
25#include "config.h" 25#include "platform.h"
26#include <microhttpd.h> 26#include <microhttpd.h>
27#include <stdlib.h>
28#include <sys/types.h>
29#include <sys/stat.h> 27#include <sys/stat.h>
30#ifndef MINGW
31#include <unistd.h> 28#include <unistd.h>
32#endif
33#include <string.h>
34#include <stdio.h>
35 29
36#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>"
37 31