From 8ee18dd5202596f46279415d51725752a50590b6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 24 Mar 2004 09:40:23 +0000 Subject: [PATCH] Make sure toupper() is properly declared. --- crypto/o_str.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/o_str.c b/crypto/o_str.c index efe20b77a..d626c98d0 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -56,6 +56,7 @@ * */ +#include #include #include "o_str.h" #include