aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-17 14:46:51 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-17 14:46:51 +0000
commit74019e111cbdad0721c76018793e650b7d339ab1 (patch)
treeeb55045230dd4d5f4dffd6e40133156bda882bb0
parenteb1bd273c3d5e616d00fad28c5481b385c065ca7 (diff)
downloadlibmicrohttpd-74019e111cbdad0721c76018793e650b7d339ab1.tar.gz
libmicrohttpd-74019e111cbdad0721c76018793e650b7d339ab1.zip
incs
-rw-r--r--doc/examples/responseheaders.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/responseheaders.c b/doc/examples/responseheaders.c
index 1b754fea..a71187af 100644
--- a/doc/examples/responseheaders.c
+++ b/doc/examples/responseheaders.c
@@ -5,6 +5,7 @@
5#include <time.h> 5#include <time.h>
6#include <sys/stat.h> 6#include <sys/stat.h>
7#include <fcntl.h> 7#include <fcntl.h>
8#include <string.h>
8 9
9#define PORT 8888 10#define PORT 8888
10#define FILENAME "picture.png" 11#define FILENAME "picture.png"