diff options
author | Renato Botelho <renato@netgate.com> | 2015-11-26 11:05:52 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-11-26 11:05:52 -0200 |
commit | b4a33e3a7a9f25127582f09b22772c26249b6d2d (patch) | |
tree | 745a050896073b2cd667f22ef609a49f69420e06 /config/haproxy-devel | |
parent | a4bfe620fc804676b3b40dccb5683d99adb75bda (diff) | |
parent | 6e9ca2a8ed5dac121236b2c895505465f7c1de40 (diff) | |
download | pfsense-packages-b4a33e3a7a9f25127582f09b22772c26249b6d2d.tar.gz pfsense-packages-b4a33e3a7a9f25127582f09b22772c26249b6d2d.tar.bz2 pfsense-packages-b4a33e3a7a9f25127582f09b22772c26249b6d2d.zip |
Merge pull request #1193 from doktornotor/patch-1
Diffstat (limited to 'config/haproxy-devel')
-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 |