diff options
-rw-r--r-- | Source/cmSystemTools.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 542d4cc..d0ed2d6 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -20,6 +20,9 @@ #include <time.h> #include <string.h> #include <stdlib.h> +#ifdef __QNX__ +# include <malloc.h> /* for malloc/free on QNX */ +#endif #include <cmsys/RegularExpression.hxx> #include <cmsys/Directory.hxx> |