projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d420ac2
)
Include strings.h so strcasecmp() and strncasecmp() get properly declared.
author
Richard Levitte
<levitte@openssl.org>
Sat, 27 Dec 2003 14:54:48 +0000
(14:54 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 27 Dec 2003 14:54:48 +0000
(14:54 +0000)
crypto/o_str.c
patch
|
blob
|
history
diff --git
a/crypto/o_str.c
b/crypto/o_str.c
index 174db3156e0afcee93d5bf36a59879054fc4ed77..efe20b77a9c28191ec44ebc6982b1f1c20d77187 100644
(file)
--- a/
crypto/o_str.c
+++ b/
crypto/o_str.c
@@
-56,7
+56,8
@@
*
*/
-#include <o_str.h>
+#include <strings.h>
+#include "o_str.h"
#include <openssl/e_os2.h>
int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)