1
0
Эх сурвалжийг харах

COMP: Fix for building without system xmlrpc installed.

Brad King 19 жил өмнө
parent
commit
3cf35f5dca

+ 1 - 1
Utilities/cmxmlrpc/xmlrpc_server.h

@@ -27,7 +27,7 @@
 #ifndef  _XMLRPC_SERVER_H_
 #define  _XMLRPC_SERVER_H_ 1
 
-#include <xmlrpc.h>
+#include <cmxmlrpc/xmlrpc.h>
 
 #ifdef __cplusplus
 extern "C" {