aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:26:32 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:26:32 +0000
commit59ade20500db906b11a9e7420ee811d210fe0aa2 (patch)
treedb99511ccf554149926bd76d74fcb183cdb34754
parentc11b9af75e1b42ca2a9373dde3ae3fac63c297c0 (diff)
downloadopenssl-59ade20500db906b11a9e7420ee811d210fe0aa2.tar.gz
Include e_os.h correctly.
-rw-r--r--crypto/threads/th-lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/threads/th-lock.c b/crypto/threads/th-lock.c
index a6a79b9f45..14aae5f912 100644
--- a/crypto/threads/th-lock.c
+++ b/crypto/threads/th-lock.c
@@ -80,7 +80,7 @@
#include <openssl/lhash.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
-#include <openssl/e_os.h>
+#include "../../e_os.h"
#include <openssl/x509.h>
#include <openssl/ssl.h>
#include <openssl/err.h>