diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index eb868379e..fc7e21666 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -25,8 +25,8 @@ #include #include -#ifdef QNX /* TODO: Find real preprocessor for QNX. */ -# include /* for malloc/free on some systems */ +#ifdef __QNX__ +# include /* for malloc/free on QNX */ #endif #include #include