diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-16 00:26:46 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-16 00:26:46 +0000 |
commit | 9889c6c46dee44e52ee5a2dc0ae2bb99284f54c2 (patch) | |
tree | 5d3006f9584047bb7456c1e2dcbdcc849f0248d8 | |
parent | dd6a9cbdd5ceca7b78866578dc7c99818a9c3069 (diff) |
include pf.h for #if NPF > 0 test
ok patrick@ sashan@
-rw-r--r-- | sys/net/if_bpe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_bpe.c b/sys/net/if_bpe.c index cae5a4a9de5..1cc6516f162 100644 --- a/sys/net/if_bpe.c +++ b/sys/net/if_bpe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bpe.c,v 1.1 2018/12/20 23:00:55 dlg Exp $ */ +/* $OpenBSD: if_bpe.c,v 1.2 2019/01/16 00:26:45 jsg Exp $ */ /* * Copyright (c) 2018 David Gwynne <dlg@openbsd.org> * @@ -16,6 +16,7 @@ */ #include "bpfilter.h" +#include "pf.h" #include <sys/param.h> #include <sys/systm.h> |