diff options
Diffstat (limited to 'Source/kwsys/SystemTools.cxx')
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index eb86837..fc7e216 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -25,8 +25,8 @@ #include <ctype.h> #include <errno.h> -#ifdef QNX /* TODO: Find real preprocessor for QNX. */ -# include <malloc.h> /* for malloc/free on some systems */ +#ifdef __QNX__ +# include <malloc.h> /* for malloc/free on QNX */ #endif #include <stdio.h> #include <stdlib.h> |