COMP: Fix for building without system xmlrpc installed.

This commit is contained in:
Brad King 2006-10-19 15:39:42 -04:00
parent 6ff05e3946
commit 3cf35f5dca
1 changed files with 1 additions and 1 deletions

View File

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