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:
@@ -16,6 +16,7 @@
|
||||
|
||||
#include "TSRM.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if HAVE_STDARG_H
|
||||
#include <stdarg.h>
|
||||
|
||||
Reference in New Issue
Block a user