summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-13 17:28:10 +0100
committerGitHub <noreply@github.com>2017-03-13 17:28:10 +0100
commit227f3f2dfc49b196d54f79c06f059098e850bd23 (patch)
treeefe236048ddb22d8fb76cb417c1902f807fdb59e
parentfc0f1121114c18c6fdb91ee61fc870b509c149d1 (diff)
downloadpfsense-227f3f2dfc49b196d54f79c06f059098e850bd23.zip
pfsense-227f3f2dfc49b196d54f79c06f059098e850bd23.tar.gz
Fix missing includes
-rw-r--r--src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc b/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
index 24c3a42..f1b4a1a 100644
--- a/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
+++ b/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
@@ -19,6 +19,10 @@
* limitations under the License.
*/
+require_once("config.inc");
+require_once("interfaces.inc");
+require_once("util.inc");
+
function step1_stepbeforeformdisplay() {
global $stepid, $savemsg, $pkg;
OpenPOWER on IntegriCloud