diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2011-04-13 22:16:00 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2011-04-13 22:16:00 +0000 |
commit | 0a3dbac97eef9efe7c324b0c820abca12de653f0 (patch) | |
tree | 05a9cb6303ca6bd75c493882af75c259c6454202 /sys/netinet/ip_ether.c | |
parent | d6f127de12f4279d152b2b751e1081343eb1feb9 (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.c | 3 |
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> |