summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-07-13 16:46:53 -0400
committerBrad King <brad.king@kitware.com>2009-07-13 16:46:53 -0400
commit724275b26651b06ac5757a68ec8b25a430f5fdc8 (patch)
treed1c85513ef4677dd7e373a148f136bda74037a83
parent3dd6f36d459571246ca12a27ad732a8109ac6916 (diff)
downloadcmake-724275b26651b06ac5757a68ec8b25a430f5fdc8.tar.gz
COMP: Include <stdlib.h> for 'free'
-rw-r--r--Source/cmSystemTools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 64d554b980..542d4ccd1b 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>