summaryrefslogtreecommitdiffstats
path: root/crypto/o_str.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-03-24 09:40:23 +0000
committerRichard Levitte <levitte@openssl.org>2004-03-24 09:40:23 +0000
commit8ee18dd5202596f46279415d51725752a50590b6 (patch)
tree4f3707936d01d43899b588ad5c9c17d962afade9 /crypto/o_str.c
parentf46e76ef50576e638c1ca0bb837101de3580b105 (diff)
Make sure toupper() is properly declared.
Diffstat (limited to 'crypto/o_str.c')
-rw-r--r--crypto/o_str.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/o_str.c b/crypto/o_str.c
index efe20b77a9..d626c98d0e 100644
--- a/crypto/o_str.c
+++ b/crypto/o_str.c
@@ -56,6 +56,7 @@
*
*/
+#include <ctype.h>
#include <strings.h>
#include "o_str.h"
#include <openssl/e_os2.h>