1--- src/utils/mongoose.c.orig 2020-02-08 03:34:10 UTC 2+++ src/utils/mongoose.c 3@@ -15,6 +15,8 @@ 4 // Alternatively, you can license this library under a commercial 5 // license, as set out in <http://cesanta.com/>. 6 7+#include <sys/socket.h> 8+ 9 #undef UNICODE // Use ANSI WinAPI functions 10 #undef _UNICODE // Use multibyte encoding on Windows 11 #define _MBCS // Use multibyte encoding on Windows 12 13