1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

calloc et al need stdlib.h according to ANSI-C

This commit is contained in:
Sascha Schumann
1999-05-06 21:13:26 +00:00
parent 2c42111694
commit 324593224d

View File

@@ -16,6 +16,7 @@
#include "TSRM.h"
#include <stdio.h>
#include <stdlib.h>
#if HAVE_STDARG_H
#include <stdarg.h>