diff options
Diffstat (limited to 'sys/arch/macppc/dev/if_wi_obio.c')
-rw-r--r-- | sys/arch/macppc/dev/if_wi_obio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/if_wi_obio.c b/sys/arch/macppc/dev/if_wi_obio.c index 21973974e92..378994745cf 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.11 2004/10/20 13:41:51 deraadt Exp $ */ +/* $OpenBSD: if_wi_obio.c,v 1.12 2004/11/23 21:12:23 fgsch Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -60,7 +60,7 @@ #include <netinet/if_ether.h> #endif -#include <net/if_ieee80211.h> +#include <net80211/ieee80211.h> #include <machine/bus.h> #include <machine/autoconf.h> |