summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ether.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2011-04-13 22:16:00 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2011-04-13 22:16:00 +0000
commit0a3dbac97eef9efe7c324b0c820abca12de653f0 (patch)
tree05a9cb6303ca6bd75c493882af75c259c6454202 /sys/netinet/ip_ether.c
parentd6f127de12f4279d152b2b751e1081343eb1feb9 (diff)
add missing #include "pf.h" for NPF; ok mikeb, claudio, mpf
Diffstat (limited to 'sys/netinet/ip_ether.c')
-rw-r--r--sys/netinet/ip_ether.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_ether.c b/sys/netinet/ip_ether.c
index b030ec4bdd7..727e1d3a452 100644
--- a/sys/netinet/ip_ether.c
+++ b/sys/netinet/ip_ether.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ether.c,v 1.56 2010/10/28 16:36:16 claudio Exp $ */
+/* $OpenBSD: ip_ether.c,v 1.57 2011/04/13 22:15:59 markus Exp $ */
/*
* The author of this code is Angelos D. Keromytis (kermit@adk.gr)
*
@@ -27,6 +27,7 @@
*/
#include "bridge.h"
+#include "pf.h"
#include <sys/param.h>
#include <sys/systm.h>