The branch master has been updated
via 6b2978406d050b910a889a33f7a0e14b1217976d (commit)
from fc5245a92e96b8bf5f6618b27ad9ca4830bbd96c (commit)
- Log -----------------------------------------------------------------
commit 6b2978406d050b910a889a33f7a0e14b1217976d
Author: Prcuvu <[email protected]>
Date: Sat Mar 14 03:59:11 2020 +0000
e_os.h: Include wspiapi.h to improve Windows backward compatibility
CLA: trivial
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/14550)
-----------------------------------------------------------------------
Summary of changes:
e_os.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/e_os.h b/e_os.h
index d8bf78c094..b19c4829de 100644
--- a/e_os.h
+++ b/e_os.h
@@ -108,6 +108,7 @@
*/
# include <winsock2.h>
# include <ws2tcpip.h>
+# include <wspiapi.h>
/* yes, they have to be #included prior to <windows.h> */
# endif
# include <windows.h>