summaryrefslogtreecommitdiff
path: root/sys/dev/ic/awi_wep.c
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2005-02-21 11:16:01 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2005-02-21 11:16:01 +0000
commit2f66ce7ef1029098ecae3b8d32a352da0efae930 (patch)
treeb376720858966f541dd286f6d6b977aa0e8eee6f /sys/dev/ic/awi_wep.c
parentd92f1e9301a0ae98f22a60be6dc8114eb14a38eb (diff)
unbreak compilation by including some missing headers
requested by and ok reyk@
Diffstat (limited to 'sys/dev/ic/awi_wep.c')
-rw-r--r--sys/dev/ic/awi_wep.c3
1 files changed, 2 insertions, 1 deletions
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>