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