From 9ef73a6fd9a43a79783d2c68339c96532c3209f9 Mon Sep 17 00:00:00 2001 From: Pauli Date: Fri, 18 Aug 2017 10:09:27 +1000 Subject: [PATCH] Fix windows build after too aggressive e_os.h removal Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4187) --- test/bntest.c | 1 + test/ssl_test_ctx.c | 1 + test/v3nametest.c | 1 + 3 files changed, 3 insertions(+) diff --git a/test/bntest.c b/test/bntest.c index cb292c6aba..da07446adb 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 9dc33951fe..4bb4763558 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 36f8df646c..dee4832864 100644 --- a/test/v3nametest.c +++ b/test/v3nametest.c @@ -9,6 +9,7 @@ #include #include +#include "../e_os.h" #include #include #include "testutil.h" -- 2.34.1