diff options
Diffstat (limited to 'config/haproxy-devel/pkg/haproxy_xmlrpcsyncclient.inc')
-rw-r--r-- | config/haproxy-devel/pkg/haproxy_xmlrpcsyncclient.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/haproxy-devel/pkg/haproxy_xmlrpcsyncclient.inc b/config/haproxy-devel/pkg/haproxy_xmlrpcsyncclient.inc index 699dffd1..6d0f1523 100644 --- a/config/haproxy-devel/pkg/haproxy_xmlrpcsyncclient.inc +++ b/config/haproxy-devel/pkg/haproxy_xmlrpcsyncclient.inc @@ -32,6 +32,8 @@ require_once("functions.inc"); require_once("pkg-utils.inc"); require_once("notices.inc"); +require_once("xmlrpc.inc"); +require_once("xmlrpc_client.inc"); function xmlrpc_sync_execute($syncinfo) { // name that is logged if something fails during syncing |