COMP: Fix for building without system xmlrpc installed.
This commit is contained in:
parent
6ff05e3946
commit
3cf35f5dca
|
@ -27,7 +27,7 @@
|
|||
#ifndef _XMLRPC_SERVER_H_
|
||||
#define _XMLRPC_SERVER_H_ 1
|
||||
|
||||
#include <xmlrpc.h>
|
||||
#include <cmxmlrpc/xmlrpc.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue