Fix WIN32 warning.
[openssl.git] / crypto / modes / cts128.c
index 450ea44a9262ef20a8ad39c19e8068fc0798d19e..c0e1f3696c6cd6c3a5672baf9be8ecef3b468ccd 100644 (file)
@@ -5,7 +5,8 @@
  * forms are granted according to the OpenSSL license.
  */
 
-#include "modes.h"
+#include <openssl/crypto.h>
+#include "modes_lcl.h"
 #include <string.h>
 
 #ifndef MODES_DEBUG