summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-07-13 20:46:53 (GMT)
committerBrad King <brad.king@kitware.com>2009-07-13 20:46:53 (GMT)
commit724275b26651b06ac5757a68ec8b25a430f5fdc8 (patch)
treed1c85513ef4677dd7e373a148f136bda74037a83 /Source/cmSystemTools.cxx
parent3dd6f36d459571246ca12a27ad732a8109ac6916 (diff)
downloadCMake-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.cxx1
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>