From 6b2978406d050b910a889a33f7a0e14b1217976d Mon Sep 17 00:00:00 2001 From: Prcuvu Date: Sat, 14 Mar 2020 03:59:11 +0000 Subject: [PATCH] e_os.h: Include wspiapi.h to improve Windows backward compatibility CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/14550) --- e_os.h | 1 + 1 file changed, 1 insertion(+) diff --git a/e_os.h b/e_os.h index d8bf78c094f..b19c4829de2 100644 --- a/e_os.h +++ b/e_os.h @@ -108,6 +108,7 @@ */ # include # include +# include /* yes, they have to be #included prior to */ # endif # include -- 2.47.2