Fix windows build after too aggressive e_os.h removal

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4187)
This commit is contained in:
Pauli 2017-08-18 10:09:27 +10:00
parent b99fe5f492
commit 9ef73a6fd9
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <ctype.h>
#include <internal/nelem.h>
#include "../e_os.h"
#include <internal/numbers.h>
#include <openssl/bn.h>
#include <openssl/crypto.h>

View File

@ -13,6 +13,7 @@
#include <openssl/crypto.h>
#include <internal/nelem.h>
#include "../e_os.h"
#include "ssl_test_ctx.h"
#include "testutil.h"

View File

@ -9,6 +9,7 @@
#include <string.h>
#include <internal/nelem.h>
#include "../e_os.h"
#include <openssl/x509.h>
#include <openssl/x509v3.h>
#include "testutil.h"