From: Ilia Alshanetsky Date: Mon, 4 Nov 2002 17:05:11 +0000 (+0000) Subject: Silence compile warning, ctype.h is needed for tolower() function. X-Git-Tag: php-4.3.0RC1~294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8f8d9d58665123053da49187464ca1572def8da;p=php Silence compile warning, ctype.h is needed for tolower() function. --- diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index d9556e77f2..d4e1a5a5b0 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -17,6 +17,8 @@ +----------------------------------------------------------------------+ */ +#include + #include "zend.h" #include "zend_operators.h" #include "zend_variables.h"