aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/simplepost.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-14 17:10:50 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-14 17:10:50 +0000
commit300f5594b1b101d59f8772bf81442b025a0a2cd7 (patch)
tree00f3219e1e0a21a218af41c3d103d68a9a0273cc /doc/examples/simplepost.c
parent15e3b096a4d41fe22a40cbbfd12e4cdc661a6f14 (diff)
downloadlibmicrohttpd-300f5594b1b101d59f8772bf81442b025a0a2cd7.tar.gz
libmicrohttpd-300f5594b1b101d59f8772bf81442b025a0a2cd7.zip
making examples compile without warnings
Diffstat (limited to 'doc/examples/simplepost.c')
-rw-r--r--doc/examples/simplepost.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/simplepost.c b/doc/examples/simplepost.c
index 1bf2885b..eb0fde04 100644
--- a/doc/examples/simplepost.c
+++ b/doc/examples/simplepost.c
@@ -2,6 +2,9 @@
2#include <sys/select.h> 2#include <sys/select.h>
3#include <sys/socket.h> 3#include <sys/socket.h>
4#include <microhttpd.h> 4#include <microhttpd.h>
5#include <stdio.h>
6#include <string.h>
7#include <stdlib.h>
5 8
6#define PORT 8888 9#define PORT 8888
7#define POSTBUFFERSIZE 512 10#define POSTBUFFERSIZE 512