Sfoglia il codice sorgente

COMP: Fix for building without system xmlrpc installed.

Brad King 19 anni fa
parent
commit
3cf35f5dca
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Utilities/cmxmlrpc/xmlrpc_server.h

+ 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" {