summaryrefslogtreecommitdiffstats
path: root/crypto/o_init.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-08-22 11:07:56 -0400
committerRich Salz <rsalz@openssl.org>2017-08-22 11:07:56 -0400
commitbef7a81530442033ecb727196bddeb96d327acaf (patch)
treeb389ca985066fdd2266cb598fe9b55cb08cf242e /crypto/o_init.c
parent3d3f21aa976bd0b29fd1d92d96118b8e6a3209bb (diff)
Use "" not <> on e_os.h include
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4220)
Diffstat (limited to 'crypto/o_init.c')
-rw-r--r--crypto/o_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/o_init.c b/crypto/o_init.c
index 5eb7654d32..ed6b1303d8 100644
--- a/crypto/o_init.c
+++ b/crypto/o_init.c
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
-#include <e_os.h>
+#include "e_os.h"
#include <openssl/err.h>
/*