From: Sascha Schumann Date: Thu, 6 May 1999 21:13:26 +0000 (+0000) Subject: calloc et al need stdlib.h according to ANSI-C X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=324593224db214d6f5d75e1e6b4008704be912e2;p=php calloc et al need stdlib.h according to ANSI-C --- diff --git a/TSRM/TSRM.c b/TSRM/TSRM.c index a154cbb6a3..2e2a2ec1ea 100644 --- a/TSRM/TSRM.c +++ b/TSRM/TSRM.c @@ -16,6 +16,7 @@ #include "TSRM.h" #include +#include #if HAVE_STDARG_H #include