aboutsummaryrefslogtreecommitdiffstats
path: root/config/bind/bind.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/bind/bind.inc')
-rw-r--r--config/bind/bind.inc3
1 files changed, 3 insertions, 0 deletions
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") {