summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2016-04-16 13:41:10 +0000
committerloos <loos@FreeBSD.org>2016-04-16 13:41:10 +0000
commitb3015d8f283375f76efedb46756e8a04027a4066 (patch)
tree38467fbc22f099897cec389dc7a2465bffee65bc /sbin
parentcc8bcf841c7501416789759c177a9a522f7df78c (diff)
downloadFreeBSD-src-b3015d8f283375f76efedb46756e8a04027a4066.zip
FreeBSD-src-b3015d8f283375f76efedb46756e8a04027a4066.tar.gz
Fix the build.
pointy hat to: loos Reported by: gjb, Herbert J. Skuhra
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/parse.y2
-rw-r--r--sbin/pfctl/pfctl_altq.c2
-rw-r--r--sbin/pfctl/pfctl_qstats.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index bcb93df..a8275d0 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -48,7 +48,7 @@ __FBSDID("$FreeBSD$");
#include <altq/altq_cbq.h>
#include <altq/altq_priq.h>
#include <altq/altq_hfsc.h>
-#include <net/altq/altq_fairq.h>
+#include <altq/altq_fairq.h>
#include <stdio.h>
#include <unistd.h>
diff --git a/sbin/pfctl/pfctl_altq.c b/sbin/pfctl/pfctl_altq.c
index 479d4e6..26936fb 100644
--- a/sbin/pfctl/pfctl_altq.c
+++ b/sbin/pfctl/pfctl_altq.c
@@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
#include <altq/altq_cbq.h>
#include <altq/altq_priq.h>
#include <altq/altq_hfsc.h>
-#include <net/altq/altq_fairq.h>
+#include <altq/altq_fairq.h>
#include "pfctl_parser.h"
#include "pfctl.h"
diff --git a/sbin/pfctl/pfctl_qstats.c b/sbin/pfctl/pfctl_qstats.c
index 116923f..4087d71 100644
--- a/sbin/pfctl/pfctl_qstats.c
+++ b/sbin/pfctl/pfctl_qstats.c
@@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$");
#include <altq/altq_cbq.h>
#include <altq/altq_priq.h>
#include <altq/altq_hfsc.h>
-#include <net/altq/altq_fairq.h>
+#include <altq/altq_fairq.h>
#include "pfctl.h"
#include "pfctl_parser.h"
OpenPOWER on IntegriCloud