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:
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 */
/**