Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / rc4 / rc4_enc.c
index 589bf45083c8692b6d05f6faf2bbbbc2e2abc8b0..3256bea8cc86970aa5729d5a0583b521d29a0f38 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#include "rc4.h"
+#include <openssl/rc4.h>
 #include "rc4_locl.h"
 
 /* RC4 as implemented from a posting from