From: Richard Levitte Date: Thu, 20 Mar 2003 23:26:32 +0000 (+0000) Subject: Include e_os.h correctly. X-Git-Tag: BEN_FIPS_TEST_1~38^2~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59ade20500db906b11a9e7420ee811d210fe0aa2;p=thirdparty%2Fopenssl.git Include e_os.h correctly. --- diff --git a/crypto/threads/th-lock.c b/crypto/threads/th-lock.c index a6a79b9f453..14aae5f9128 100644 --- a/crypto/threads/th-lock.c +++ b/crypto/threads/th-lock.c @@ -80,7 +80,7 @@ #include #include #include -#include +#include "../../e_os.h" #include #include #include