[cmake-commits] hoffman committed strequal.c 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Mar 20 14:49:13 EST 2007


Update of /cvsroot/CMake/CMake/Utilities/cmcurl
In directory public:/mounts/ram/cvs-serv6169

Modified Files:
	strequal.c 
Log Message:
ENH: try to fix qnx build problem 


Index: strequal.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/strequal.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- strequal.c	15 Mar 2007 19:22:13 -0000	1.2
+++ strequal.c	20 Mar 2007 19:49:11 -0000	1.3
@@ -25,6 +25,9 @@
 
 #include <string.h>
 #include <ctype.h>
+#ifdef  __QNX__
+#include <strings.h>
+#endif
 
 #include "strequal.h"
 



More information about the Cmake-commits mailing list