aboutsummaryrefslogtreecommitdiff
path: root/src/examples/authorization_example.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/authorization_example.c
parent5ed0d3c8717e714c605ebd00c91ab53b7fdc01a6 (diff)
downloadlibmicrohttpd-075c3c42032e2e279987d21fb646c4f8302e1f93.tar.gz
libmicrohttpd-075c3c42032e2e279987d21fb646c4f8302e1f93.zip
fixing z/OS build issues
Diffstat (limited to 'src/examples/authorization_example.c')
-rw-r--r--src/examples/authorization_example.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/examples/authorization_example.c b/src/examples/authorization_example.c
index 9c7185e5..8d661f25 100644
--- a/src/examples/authorization_example.c
+++ b/src/examples/authorization_example.c
@@ -23,14 +23,8 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25 25
26#include "config.h" 26#include "platform.h"
27#include <microhttpd.h> 27#include <microhttpd.h>
28#include <stdlib.h>
29#ifndef MINGW
30#include <unistd.h>
31#endif
32#include <string.h>
33#include <stdio.h>
34 28
35#define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></html>" 29#define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></html>"
36 30