libmicrohttpd

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

commit 74019e111cbdad0721c76018793e650b7d339ab1
parent eb1bd273c3d5e616d00fad28c5481b385c065ca7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 17 Feb 2011 14:46:51 +0000

incs

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

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