libmicrohttpd

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

commit 03af50116d05118c328eb8910b9c512948414ca7
parent 54edb3cd8fb0d8269cbfa29a67a4c2055386d1c6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 22 Dec 2014 19:42:24 +0000

response.c: include additional header for W32

Diffstat:
Msrc/microhttpd/response.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c @@ -33,6 +33,9 @@ #endif /* !WIN32_LEAN_AND_MEAN */ #include <windows.h> #endif /* _WIN32 && MHD_W32_MUTEX_ */ +#if defined(_WIN32) +#include <io.h> /* for lseek(), read() */ +#endif /* _WIN32 */ /**