diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-02-21 11:16:01 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-02-21 11:16:01 +0000 |
commit | 2f66ce7ef1029098ecae3b8d32a352da0efae930 (patch) | |
tree | b376720858966f541dd286f6d6b977aa0e8eee6f /sys/dev/ic | |
parent | d92f1e9301a0ae98f22a60be6dc8114eb14a38eb (diff) |
unbreak compilation by including some missing headers
requested by and ok reyk@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/awi.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/awi_wep.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c index 28a0f72c701..e0dcd997d58 100644 --- a/sys/dev/ic/awi.c +++ b/sys/dev/ic/awi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: awi.c,v 1.16 2005/01/15 05:24:10 brad Exp $ */ +/* $OpenBSD: awi.c,v 1.17 2005/02/21 11:15:59 dlg Exp $ */ /* $NetBSD: awi.c,v 1.26 2000/07/21 04:48:55 onoe Exp $ */ /*- @@ -138,6 +138,7 @@ #endif #include <net80211/ieee80211.h> +#include <net80211/ieee80211_ioctl.h> #if NBPFILTER > 0 #include <net/bpf.h> diff --git a/sys/dev/ic/awi_wep.c b/sys/dev/ic/awi_wep.c index 708cf24041f..39d68b31bb1 100644 --- a/sys/dev/ic/awi_wep.c +++ b/sys/dev/ic/awi_wep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: awi_wep.c,v 1.12 2004/11/23 21:12:23 fgsch Exp $ */ +/* $OpenBSD: awi_wep.c,v 1.13 2005/02/21 11:16:00 dlg Exp $ */ /* $NetBSD: awi_wep.c,v 1.2 2000/07/04 14:47:58 onoe Exp $ */ /* @@ -78,6 +78,7 @@ #endif #include <net/if_media.h> #include <net80211/ieee80211.h> +#include <net80211/ieee80211_ioctl.h> #include <machine/cpu.h> #include <machine/bus.h> |