Browse Source

COMP: Fix for building without system xmlrpc installed.

Brad King 19 years ago
parent
commit
3cf35f5dca
1 changed files with 1 additions and 1 deletions
  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" {