From: Andy Polyakov Date: Fri, 31 Dec 2004 00:00:05 +0000 (+0000) Subject: Borrow #include from e_os.h. X-Git-Tag: OpenSSL_0_9_7g~17^2~84 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=3b4de6e4cc91516f799849307be1204f6b5f2f4a;ds=sidebyside Borrow #include from e_os.h. --- 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 -#include -#ifdef OPENSSL_SYS_WINDOWS -# include -#else -# include -#endif +#include #include "o_str.h" #undef strncasecmp