summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_sppp.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-10-26 17:58:36 +0000
committerglebius <glebius@FreeBSD.org>2013-10-26 17:58:36 +0000
commitff6e113f1b21a30485c28c63a1779c32b67b5840 (patch)
treea240090af1fb905058b17619590afe813e33e891 /sys/netgraph/ng_sppp.c
parent285be8a70998139d68d6204641ac2b493aa506e3 (diff)
downloadFreeBSD-src-ff6e113f1b21a30485c28c63a1779c32b67b5840.zip
FreeBSD-src-ff6e113f1b21a30485c28c63a1779c32b67b5840.tar.gz
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
to this event, adding if_var.h to files that do need it. Also, include all includes that now are included due to implicit pollution via if_var.h Sponsored by: Netflix Sponsored by: Nginx, Inc.
Diffstat (limited to 'sys/netgraph/ng_sppp.c')
-rw-r--r--sys/netgraph/ng_sppp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_sppp.c b/sys/netgraph/ng_sppp.c
index 4ad89ec..44db053 100644
--- a/sys/netgraph/ng_sppp.c
+++ b/sys/netgraph/ng_sppp.c
@@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
#include <sys/libkern.h>
#include <net/if.h>
+#include <net/if_var.h>
#include <net/if_types.h>
#include <net/bpf.h>
#include <net/if_sppp.h>
OpenPOWER on IntegriCloud