From 153a59744eb26a9849fc572495f6ec0c7e8cab68 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 18 Feb 2005 12:57:48 +0000 Subject: [PATCH] Use stdlib.h instead of non-standard malloc.h. --- tools/winedump/lnk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winedump/lnk.c b/tools/winedump/lnk.c index 7ad4c59fdb0..20214b841da 100644 --- a/tools/winedump/lnk.c +++ b/tools/winedump/lnk.c @@ -19,7 +19,7 @@ */ #include -#include +#include #include #include #include