[cmake-commits] king committed xmlrpc_server.h 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 19 15:39:45 EDT 2006


Update of /cvsroot/CMake/CMake/Utilities/cmxmlrpc
In directory public:/mounts/ram/cvs-serv964

Modified Files:
	xmlrpc_server.h 
Log Message:
COMP: Fix for building without system xmlrpc installed.


Index: xmlrpc_server.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmxmlrpc/xmlrpc_server.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmlrpc_server.h	22 Feb 2005 18:08:27 -0000	1.1
+++ xmlrpc_server.h	19 Oct 2006 19:39:42 -0000	1.2
@@ -27,7 +27,7 @@
 #ifndef  _XMLRPC_SERVER_H_
 #define  _XMLRPC_SERVER_H_ 1
 
-#include <xmlrpc.h>
+#include <cmxmlrpc/xmlrpc.h>
 
 #ifdef __cplusplus
 extern "C" {



More information about the Cmake-commits mailing list