summaryrefslogtreecommitdiffstats
path: root/crypto/o_str.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-12-31 00:00:05 +0000
committerAndy Polyakov <appro@openssl.org>2004-12-31 00:00:05 +0000
commit3b4de6e4cc91516f799849307be1204f6b5f2f4a (patch)
tree432610e203eadaae93071b5d9c244dac53885554 /crypto/o_str.c
parentbdbc9b4d1a64282e83170af697de4fd0929c6d0d (diff)
Borrow #include <string[s].h> from e_os.h.
Diffstat (limited to 'crypto/o_str.c')
-rw-r--r--crypto/o_str.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/crypto/o_str.c b/crypto/o_str.c
index 7189d13352..5a78f32509 100644
--- a/crypto/o_str.c
+++ b/crypto/o_str.c
@@ -57,12 +57,7 @@
*/
#include <ctype.h>
-#include <openssl/e_os2.h>
-#ifdef OPENSSL_SYS_WINDOWS
-# include <string.h>
-#else
-# include <strings.h>
-#endif
+#include <e_os.h>
#include "o_str.h"
#undef strncasecmp