Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / bio / b_print.c
index cdadeb839a0c66d7f0d16dcedc28b494d1ffb88b..5fb89d4c2c6bf8b4120229cfd31e6cab48edb7e8 100644 (file)
@@ -62,7 +62,7 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "bio.h"
+#include <openssl/bio.h>
 
 int BIO_printf ( VAR_PLIST( BIO *, bio ) )
 VAR_ALIST