diff options
author | Brad King <brad.king@kitware.com> | 2009-07-13 20:46:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-07-13 20:46:53 (GMT) |
commit | 724275b26651b06ac5757a68ec8b25a430f5fdc8 (patch) | |
tree | d1c85513ef4677dd7e373a148f136bda74037a83 /Source/cmSystemTools.cxx | |
parent | 3dd6f36d459571246ca12a27ad732a8109ac6916 (diff) | |
download | CMake-724275b26651b06ac5757a68ec8b25a430f5fdc8.zip CMake-724275b26651b06ac5757a68ec8b25a430f5fdc8.tar.gz CMake-724275b26651b06ac5757a68ec8b25a430f5fdc8.tar.bz2 |
COMP: Include <stdlib.h> for 'free'
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 64d554b..542d4cc 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -19,6 +19,7 @@ #include <errno.h> #include <time.h> #include <string.h> +#include <stdlib.h> #include <cmsys/RegularExpression.hxx> #include <cmsys/Directory.hxx> |