From e519ecd8d420f0ad1b0c1cbcd003437470c675be Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 8 Mar 2016 19:55:40 +0100 Subject: [PATCH] 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 --- crypto/ec/ec_lcl.h | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.25.1