summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-09-25 04:19:46 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-09-25 04:19:46 +0000
commit8e6337920acbfde9f63caa3e5c7eb5920a520915 (patch)
tree7a41ebc0eb428f4c57c4e34c81eef9ff4567be76 /sys/dev
parent6b2bc122ea11c895e799daf288a12d91ce3e3dec (diff)
include bpfilter.h so the softc will be the same size in all files
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/acx100.c4
-rw-r--r--sys/dev/ic/acx111.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/ic/acx100.c b/sys/dev/ic/acx100.c
index bfa52bda446..f8d9d49b21f 100644
--- a/sys/dev/ic/acx100.c
+++ b/sys/dev/ic/acx100.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acx100.c,v 1.23 2013/06/11 18:15:53 deraadt Exp $ */
+/* $OpenBSD: acx100.c,v 1.24 2014/09/25 04:19:45 jsg Exp $ */
/*
* Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
@@ -50,6 +50,8 @@
* SUCH DAMAGE.
*/
+#include "bpfilter.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
diff --git a/sys/dev/ic/acx111.c b/sys/dev/ic/acx111.c
index d1266040672..8cd5696edb1 100644
--- a/sys/dev/ic/acx111.c
+++ b/sys/dev/ic/acx111.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acx111.c,v 1.19 2012/10/27 16:13:28 claudio Exp $ */
+/* $OpenBSD: acx111.c,v 1.20 2014/09/25 04:19:45 jsg Exp $ */
/*
* Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
@@ -50,6 +50,8 @@
* SUCH DAMAGE.
*/
+#include "bpfilter.h"
+
#include <sys/param.h>
#include <sys/endian.h>
#include <sys/socket.h>