diff options
author | doktornotor <notordoktor@gmail.com> | 2015-11-23 20:46:26 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-11-23 20:46:26 +0100 |
commit | 0d81209c36e1343c8f15b846c4ca4fe186f745f9 (patch) | |
tree | d8761895cd50943f8ffcb82274cf69c4981a3b37 | |
parent | ad85e8838bee6ff09774571d98287ecd568cce32 (diff) | |
download | pfsense-packages-0d81209c36e1343c8f15b846c4ca4fe186f745f9.tar.gz pfsense-packages-0d81209c36e1343c8f15b846c4ca4fe186f745f9.tar.bz2 pfsense-packages-0d81209c36e1343c8f15b846c4ca4fe186f745f9.zip |
haproxy1_5 - add bunch of missing includes
-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 |