From 6b43d78dae60a44e9464b8dead6b2347b21e3ab6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 16 Mar 2005 10:49:58 -0500 Subject: COMP: Only include malloc.h on QNX. --- Source/kwsys/SystemTools.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index d2f138f..eb86837 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -25,7 +25,9 @@ #include #include -#include /* for malloc/free on some systems */ +#ifdef QNX /* TODO: Find real preprocessor for QNX. */ +# include /* for malloc/free on some systems */ +#endif #include #include #include -- cgit v0.12