From ac6c5371f5e5beafc345f312a097c3ebd4766afa Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 4 Mar 2015 12:52:47 -0800 Subject: MinGW on Linux uses lowercase include files On Windows this doesn't matter since the filesystems are case- insensitive, but building BoringSSL on Linux with MinGW has case-sensitive filesystems. Change-Id: Iefd319cfda89d2d1f8d43cea39c68295bfa65c83 --- src/crypto/bio/connect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/crypto/bio/connect.c') diff --git a/src/crypto/bio/connect.c b/src/crypto/bio/connect.c index 66ac3a7..cbb1bb6 100644 --- a/src/crypto/bio/connect.c +++ b/src/crypto/bio/connect.c @@ -68,8 +68,8 @@ #include #else #pragma warning(push, 3) -#include -#include +#include +#include #pragma warning(pop) #endif -- cgit v1.1