summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-13 17:29:54 +0100
committerGitHub <noreply@github.com>2017-03-13 17:29:54 +0100
commit32c3804796f13499524bd4a4b8f0f3fe6a0a5158 (patch)
treeedf48a7211dde3130fc98357de75f200adbe996c /src/usr
parent227f3f2dfc49b196d54f79c06f059098e850bd23 (diff)
downloadpfsense-32c3804796f13499524bd4a4b8f0f3fe6a0a5158.zip
pfsense-32c3804796f13499524bd4a4b8f0f3fe6a0a5158.tar.gz
Add missing includes
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index 1e069d2..6c03ecd 100644
--- a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -19,6 +19,9 @@
* 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