Use "" not <> for internal/ includes
[openssl.git] / crypto / conf / conf_lib.c
index 3532114917c6b5395f62397230f2977d87bf7012..74759c56d5edbc0830f1e3862bf978292f400142 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <internal/conf.h>
+#include "internal/conf.h"
 #include <openssl/crypto.h>
 #include <openssl/err.h>
 #include <openssl/conf.h>