Submitted by:
[openssl.git] / crypto / err / err_genc.pl
index 21f1b9bd9d1ad21255b5e82c24a1866b9a772743..af4d5155e793756c2f8de32ca6c20e53cce66772 100644 (file)
@@ -210,8 +210,8 @@ sub header
 EOF
 
        print "#include <stdio.h>\n";
-       print "#include \"err.h\"\n";
-       print "#include \"$header\"\n";
+       print "#include <openssl/err.h>\n";
+       print "#include <openssl/$header>\n";
        print "\n/* BEGIN ERROR CODES */\n";
        print "#ifndef NO_ERR\n";
        }