From: Pauli Date: Fri, 18 Aug 2017 00:09:27 +0000 (+1000) Subject: Fix windows build after too aggressive e_os.h removal X-Git-Tag: OpenSSL_1_1_1-pre1~826 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ef73a6fd9a43a79783d2c68339c96532c3209f9;p=thirdparty%2Fopenssl.git Fix windows build after too aggressive e_os.h removal Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4187) --- diff --git a/test/bntest.c b/test/bntest.c index cb292c6abad..da07446adb1 100644 --- a/test/bntest.c +++ b/test/bntest.c @@ -13,6 +13,7 @@ #include #include +#include "../e_os.h" #include #include #include diff --git a/test/ssl_test_ctx.c b/test/ssl_test_ctx.c index 9dc33951feb..4bb47635585 100644 --- a/test/ssl_test_ctx.c +++ b/test/ssl_test_ctx.c @@ -13,6 +13,7 @@ #include #include +#include "../e_os.h" #include "ssl_test_ctx.h" #include "testutil.h" diff --git a/test/v3nametest.c b/test/v3nametest.c index 36f8df646c2..dee48328640 100644 --- a/test/v3nametest.c +++ b/test/v3nametest.c @@ -9,6 +9,7 @@ #include #include +#include "../e_os.h" #include #include #include "testutil.h"