summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2011-04-13 22:15:59 +0000
committermarkus <markus@openbsd.org>2011-04-13 22:15:59 +0000
commitf3aefb33b0f2227759b289f56e17fd9081df121e (patch)
treeee361590ff9e2e0d6bbc3d397046999198ae27e7
parentfollowing an idea from jacekm@, smtpd now uses a ram-queue instead of doing (diff)
downloadwireguard-openbsd-f3aefb33b0f2227759b289f56e17fd9081df121e.tar.xz
wireguard-openbsd-f3aefb33b0f2227759b289f56e17fd9081df121e.zip
add missing #include "pf.h" for NPF; ok mikeb, claudio, mpf
-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>