summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-11-28 16:52:45 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-11-28 16:52:45 +0000
commit9e0da5ddaeaddbe32ee31b05684cc0a8e9358414 (patch)
tree9cd51faec27a445c0bcc9a6e23c3cbbf192d10e4 /sys/dev/sbus
parentc20d70ca9dbb1f521582d4aa401e1544a9eb42f7 (diff)
grr... include bpfilter.h for NBPFILTER
Diffstat (limited to 'sys/dev/sbus')
-rw-r--r--sys/dev/sbus/be.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/sbus/be.c b/sys/dev/sbus/be.c
index 750e915c4e6..8bff57d6f88 100644
--- a/sys/dev/sbus/be.c
+++ b/sys/dev/sbus/be.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: be.c,v 1.5 2001/11/28 05:42:24 jason Exp $ */
+/* $OpenBSD: be.c,v 1.6 2001/11/28 16:52:44 jason Exp $ */
/* $NetBSD: be.c,v 1.26 2001/03/20 15:39:20 pk Exp $ */
/*-
@@ -64,6 +64,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "bpfilter.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/timeout.h>