From: Richard Levitte Date: Wed, 24 Mar 2004 09:40:23 +0000 (+0000) Subject: Make sure toupper() is properly declared. X-Git-Tag: OpenSSL_0_9_7e~130^2~39 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=8ee18dd5202596f46279415d51725752a50590b6 Make sure toupper() is properly declared. --- 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 #include #include "o_str.h" #include