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