From: Richard Levitte Date: Tue, 8 Mar 2016 18:55:40 +0000 (+0100) Subject: Include e_os.h from ec_lcl.h X-Git-Tag: OpenSSL_1_1_0-pre4~226 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=e519ecd8d420f0ad1b0c1cbcd003437470c675be Include e_os.h from ec_lcl.h The EC code recently started using REF_PRINT_COUNT and REF_ASSERT_ISNT. Those are defined in e_os.h. Reviewed-by: Rich Salz --- diff --git a/crypto/ec/ec_lcl.h b/crypto/ec/ec_lcl.h index e6a491451f..15caf4ed0f 100644 --- a/crypto/ec/ec_lcl.h +++ b/crypto/ec/ec_lcl.h @@ -74,6 +74,8 @@ #include #include +#include "e_os.h" + #if defined(__SUNPRO_C) # if __SUNPRO_C >= 0x520 # pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)