libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit eb1bd273c3d5e616d00fad28c5481b385c065ca7
parent f1e95777a2d18079371320fe98f1112bf107f56d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 17 Feb 2011 14:45:35 +0000

incs

Diffstat:
Mdoc/examples/responseheaders.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/doc/examples/responseheaders.c b/doc/examples/responseheaders.c @@ -3,6 +3,8 @@ #include <sys/socket.h> #include <microhttpd.h> #include <time.h> +#include <sys/stat.h> +#include <fcntl.h> #define PORT 8888 #define FILENAME "picture.png"