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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 13 17:08:40 EDT 2009


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

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


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.399
retrieving revision 1.400
diff -C 2 -d -r1.399 -r1.400
*** cmSystemTools.cxx	13 Jul 2009 20:46:53 -0000	1.399
--- cmSystemTools.cxx	13 Jul 2009 21:08:38 -0000	1.400
***************
*** 21,24 ****
--- 21,27 ----
  #include <string.h>
  #include <stdlib.h>
+ #ifdef __QNX__
+ # include <malloc.h> /* for malloc/free on QNX */
+ #endif
  
  #include <cmsys/RegularExpression.hxx>



More information about the Cmake-commits mailing list