Browse Source

COMP: Include <stdlib.h> for 'free'

Brad King 16 years ago
parent
commit
724275b266
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/cmSystemTools.cxx

+ 1 - 0
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>