From bcf15b3c3d89b6417b701eee41fd3a5ad0cacec1 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 18 Oct 2012 09:00:40 +0000 Subject: [PATCH] XmlRpc: uses Rpc git-svn-id: svn://ultimatepp.org/upp/trunk@5434 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/XmlRpc/XmlRpc.upp | 3 ++- uppsrc/XmlRpc/init | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/uppsrc/XmlRpc/XmlRpc.upp b/uppsrc/XmlRpc/XmlRpc.upp index ee330c91e..0a4fbdddd 100644 --- a/uppsrc/XmlRpc/XmlRpc.upp +++ b/uppsrc/XmlRpc/XmlRpc.upp @@ -1,7 +1,8 @@ description "XML-RPC support package (both server and client stuff)\377"; uses - Web; + Web, + Core/Rpc; file XmlRpc.h, diff --git a/uppsrc/XmlRpc/init b/uppsrc/XmlRpc/init index cc1468a4a..365d889c0 100644 --- a/uppsrc/XmlRpc/init +++ b/uppsrc/XmlRpc/init @@ -1,4 +1,5 @@ #ifndef _XmlRpc_icpp_init_stub #define _XmlRpc_icpp_init_stub #include "Web/init" +#include "Core/Rpc/init" #endif