aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/microhttpd/response.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index d4d77fea..5a8be360 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -33,6 +33,9 @@
33#endif /* !WIN32_LEAN_AND_MEAN */ 33#endif /* !WIN32_LEAN_AND_MEAN */
34#include <windows.h> 34#include <windows.h>
35#endif /* _WIN32 && MHD_W32_MUTEX_ */ 35#endif /* _WIN32 && MHD_W32_MUTEX_ */
36#if defined(_WIN32)
37#include <io.h> /* for lseek(), read() */
38#endif /* _WIN32 */
36 39
37 40
38/** 41/**