Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / demos / eay / conn.c
index f44fc7f5365a750a6a8cb8f3ede4a3be42d06128..ac121db278cc8da2b85f842fbafec0c1d6833b2a 100644 (file)
@@ -7,8 +7,8 @@
  */
 #include <stdio.h>
 #include <stdlib.h>
-#include "err.h"
-#include "bio.h"
+#include <openssl/err.h>
+#include <openssl/bio.h>
 #include "proxy.h"
 
 extern int errno;