X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdllmain.c;h=b0459c2e73bd38031c480c8b3f899829620355ab;hp=376a34165a0c9f43a6d8efbdf2240f0d256107a4;hb=07016a8a3174db5caf07182930533cf88ad9b0ad;hpb=9590da2cd67ae23588568c57556d6140fb86f892 diff --git a/crypto/dllmain.c b/crypto/dllmain.c index 376a34165a..b0459c2e73 100644 --- a/crypto/dllmain.c +++ b/crypto/dllmain.c @@ -7,8 +7,8 @@ * https://www.openssl.org/source/license.html */ -#include "internal/cryptlib_int.h" #include "e_os.h" +#include "internal/cryptlib_int.h" #if defined(_WIN32) || defined(__CYGWIN__) # ifdef __CYGWIN__