summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-05-06 21:13:26 +0000
committerSascha Schumann <sas@php.net>1999-05-06 21:13:26 +0000
commit324593224db214d6f5d75e1e6b4008704be912e2 (patch)
tree07ca1740b092b70a08f494bf4c554c5c537606f8 /TSRM
parent2c42111694035557de3cf188d4c71b34b004471c (diff)
downloadphp-git-324593224db214d6f5d75e1e6b4008704be912e2.tar.gz
calloc et al need stdlib.h according to ANSI-C
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/TSRM.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
+#include <stdlib.h>
#if HAVE_STDARG_H
#include <stdarg.h>