The use of log_error() requires util.inc

This commit is contained in:
Warren Baker 2011-01-18 22:22:30 +02:00
parent 1bbbd3dd19
commit 3644e29ce6

View File

@ -36,6 +36,7 @@
require_once("shaper.inc");
require_once("ipsec.inc");
require_once("vpn.inc");
require_once("util.inc");
/* make sure to wait until the boot scripts have finished */
while (file_exists("{$g['varrun_path']}/booting")) {