[Cmake-commits] [cmake-commits] hoffman committed SystemInformation.hxx.in 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 16 17:04:02 EST 2009


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

Modified Files:
	SystemInformation.hxx.in 
Log Message:
Try to fix missing size_t on qnx


Index: SystemInformation.hxx.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/SystemInformation.hxx.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C 2 -d -r1.11 -r1.12
*** SystemInformation.hxx.in	16 Nov 2009 17:43:44 -0000	1.11
--- SystemInformation.hxx.in	16 Nov 2009 22:03:59 -0000	1.12
***************
*** 20,23 ****
--- 20,24 ----
  #endif
  #include <@KWSYS_NAMESPACE@/stl/string>
+ #include <stddef.h> /* size_t */
  
  namespace @KWSYS_NAMESPACE@



More information about the Cmake-commits mailing list