Commit 3b4de6e4 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Borrow #include <string[s].h> from e_os.h.

parent bdbc9b4d
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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