diff options
| author | 2003-06-27 19:01:52 +0000 | |
|---|---|---|
| committer | 2003-06-27 19:01:52 +0000 | |
| commit | acc9ae8df963dea14bc425bebd402d902c8a5757 (patch) | |
| tree | af1281a7d0966259e36ed3ad37309a2a12e0d578 /sys/net/bpf_filter.c | |
| parent | Cleanup biosboot to remove uneeded 32-bit opcodes, initializations of (diff) | |
| download | wireguard-openbsd-acc9ae8df963dea14bc425bebd402d902c8a5757.tar.xz wireguard-openbsd-acc9ae8df963dea14bc425bebd402d902c8a5757.zip | |
protos for userland build
Diffstat (limited to 'sys/net/bpf_filter.c')
| -rw-r--r-- | sys/net/bpf_filter.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c index 5c0082d4fd4..fed5cb8d197 100644 --- a/sys/net/bpf_filter.c +++ b/sys/net/bpf_filter.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bpf_filter.c,v 1.9 2003/06/02 23:28:11 millert Exp $ */ +/* $OpenBSD: bpf_filter.c,v 1.10 2003/06/27 19:01:52 deraadt Exp $ */ /* $NetBSD: bpf_filter.c,v 1.12 1996/02/13 22:00:00 christos Exp $ */ /* @@ -40,6 +40,9 @@ #include <sys/param.h> #include <sys/types.h> #include <sys/time.h> +#ifndef _KERNEL +#include "pcap.h" +#endif #ifndef UNALIGNED_ACCESS #define BPF_ALIGN |
