summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2008-06-14 02:17:27 +0000
committerjsing <jsing@openbsd.org>2008-06-14 02:17:27 +0000
commitfeab27d2048cf6e61a16600f4d989dd9fa663019 (patch)
tree0fd3848bcda877fd92f2d1745e158488712163df
parentAdd cmp(4) here too. (diff)
downloadwireguard-openbsd-feab27d2048cf6e61a16600f4d989dd9fa663019.tar.xz
wireguard-openbsd-feab27d2048cf6e61a16600f4d989dd9fa663019.zip
Include "pf.h" so we get NPF.
ok reyk@
-rw-r--r--sys/netinet/raw_ip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c
index 051d260c51d..b625773d447 100644
--- a/sys/netinet/raw_ip.c
+++ b/sys/netinet/raw_ip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: raw_ip.c,v 1.44 2008/05/23 15:51:12 thib Exp $ */
+/* $OpenBSD: raw_ip.c,v 1.45 2008/06/14 02:17:27 jsing Exp $ */
/* $NetBSD: raw_ip.c,v 1.25 1996/02/18 18:58:33 christos Exp $ */
/*
@@ -88,6 +88,8 @@
#include <netinet/in_var.h>
#include <netinet/ip_icmp.h>
+#include "pf.h"
+
struct inpcbtable rawcbtable;
/*