Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / bio / b_print.c
index 0296296a7d8d2c411cb62ce178cf1a2f9bd102e3..5fb89d4c2c6bf8b4120229cfd31e6cab48edb7e8 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/bio/b_print.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -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