Engage SHA1 IA64 assembler on IA64 platforms [from HEAD].
[oweals/openssl.git] / crypto / o_str.c
index 5cdfc4f9a0513ffb7519a204ad6ea2d044e5fcc3..7189d13352ee17cd8ff5ac213c98265d5f09ac06 100644 (file)
  *
  */
 
-#include <o_str.h>
+#include <ctype.h>
 #include <openssl/e_os2.h>
+#ifdef OPENSSL_SYS_WINDOWS
+# include <string.h>
+#else
+# include <strings.h>
+#endif
+#include "o_str.h"
 
 #undef strncasecmp
 #undef strcasecmp