From 59ae67558fc1655be705a56dd4b5057be7690ed2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 16 Mar 2005 09:41:26 -0500 Subject: [PATCH] COMP: Need malloc.h for malloc/free on QNX. --- Source/kwsys/SystemTools.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 87cf95357..45e717544 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -25,6 +25,7 @@ #include #include +#include /* for malloc/free on some systems */ #include #include #include