Handle Visual C warning about non-standard function names.
[openssl.git] / crypto / conf / conf_lib.c
index a1e42eb7c42c7f2cf73b56b8e05e4df1326630dc..c99837387eb04c870fc3e12b0e589a78773f9e41 100644 (file)
@@ -15,6 +15,7 @@
 #include <openssl/conf.h>
 #include <openssl/conf_api.h>
 #include <openssl/lhash.h>
+#include "e_os.h"
 
 static CONF_METHOD *default_CONF_method = NULL;