summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-24 07:47:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-24 07:47:23 +0000
commit714367591c802f811a10eda67d38483d58c11b5f (patch)
tree0f7df83f5c386ce19e5aedda07527583fec5b556 /sys
parenta6057fbcb68f8df7025ccbcc1b673cd4b5f05084 (diff)
replace old net/if_ieee80211.h header with the net80211 ones, kernel part.
file missed by fgsch, did he miss any others? grep helps
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/macppc/dev/if_wi_obio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/dev/if_wi_obio.c b/sys/arch/macppc/dev/if_wi_obio.c
index 378994745cf..2987e0e4a20 100644
--- a/sys/arch/macppc/dev/if_wi_obio.c
+++ b/sys/arch/macppc/dev/if_wi_obio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_obio.c,v 1.12 2004/11/23 21:12:23 fgsch Exp $ */
+/* $OpenBSD: if_wi_obio.c,v 1.13 2004/11/24 07:47:22 deraadt Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -61,6 +61,7 @@
#endif
#include <net80211/ieee80211.h>
+#include <net80211/ieee80211_ioctl.h>
#include <machine/bus.h>
#include <machine/autoconf.h>