[Cmake-commits] [cmake-commits] king committed cmSystemTools.cxx 1.398 1.399

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 13 16:46:55 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv4901/Source

Modified Files:
	cmSystemTools.cxx 
Log Message:
COMP: Include <stdlib.h> for 'free'


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.398
retrieving revision 1.399
diff -C 2 -d -r1.398 -r1.399
*** cmSystemTools.cxx	13 Jul 2009 20:22:48 -0000	1.398
--- cmSystemTools.cxx	13 Jul 2009 20:46:53 -0000	1.399
***************
*** 20,23 ****
--- 20,24 ----
  #include <time.h>
  #include <string.h>
+ #include <stdlib.h>
  
  #include <cmsys/RegularExpression.hxx>



More information about the Cmake-commits mailing list