Commit b4c8f3ff840f432668e6b237cc35e199845a7f18

Authored by Perry Werneck
1 parent 3475d4b1

Fixing build on MSYS/2 64.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/ssl/windows/init.c
@@ -38,6 +38,8 @@ @@ -38,6 +38,8 @@
38 * 38 *
39 */ 39 */
40 40
  41 +#include <winsock2.h>
  42 +#include <windows.h>
41 #include <config.h> 43 #include <config.h>
42 44
43 #if defined(HAVE_LIBSSL) 45 #if defined(HAVE_LIBSSL)