From a05e8e7a759381aa9df744520bdc7daa503d2384 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 23 Aug 1999 19:43:01 +0000 Subject: [PATCH] malloc.h is deprecated, use stdlib.h instead --- dlist.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dlist.c b/dlist.c index 29fc9ad606..ea707fc6fb 100644 --- a/dlist.c +++ b/dlist.c @@ -18,6 +18,9 @@ * ----------------- * * $Log$ +* Revision 1.1 1999/07/19 18:58:44 andrey +* Moving dlist stuff into core. +* * Revision 1.2 1999/05/11 00:01:42 zeev * * Get Apache to work. POST doesn't work yet. * * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for @@ -61,7 +64,7 @@ #endif #include -#include +#include #include #include "dlist.h" -- 2.49.0