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