diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index d2f138f05..eb868379e 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