diff options
author | Brad King <brad.king@kitware.com> | 2005-03-16 14:41:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-03-16 14:41:26 (GMT) |
commit | 59ae67558fc1655be705a56dd4b5057be7690ed2 (patch) | |
tree | c0570a3d8fd0e83b38df68f81bac1721c1eb0b05 /Source/kwsys/SystemTools.cxx | |
parent | 21b194e32b66fa69d7c13fc38e1d227555a49944 (diff) | |
download | CMake-59ae67558fc1655be705a56dd4b5057be7690ed2.zip CMake-59ae67558fc1655be705a56dd4b5057be7690ed2.tar.gz CMake-59ae67558fc1655be705a56dd4b5057be7690ed2.tar.bz2 |
COMP: Need malloc.h for malloc/free on QNX.
Diffstat (limited to 'Source/kwsys/SystemTools.cxx')
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 87cf953..45e7175 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -25,6 +25,7 @@ #include <ctype.h> #include <errno.h> +#include <malloc.h> /* for malloc/free on some systems */ #include <stdio.h> #include <stdlib.h> #include <string.h> |