From eb157ea60b4589aaf0231df9f6003318ca250349 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Mon, 23 Nov 2015 21:08:03 +0100 Subject: bind - add bunch of missing includes --- config/bind/bind.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/bind') diff --git a/config/bind/bind.inc b/config/bind/bind.inc index 39c12e13..1c83231b 100644 --- a/config/bind/bind.inc +++ b/config/bind/bind.inc @@ -39,6 +39,9 @@ require_once("service-utils.inc"); if (!function_exists("filter_configure")) { require_once("filter.inc"); } +require_once("notices.inc"); +require_once("xmlrpc.inc"); +require_once("xmlrpc_client.inc"); $pf_version = substr(trim(file_get_contents("/etc/version")), 0, 3); if ($pf_version == "2.1" || $pf_version == "2.2") { -- cgit v1.2.3