Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/isapnp add #include <net/if_ieee80211.h> to make it ...



details:   https://anonhg.NetBSD.org/src/rev/87a3149a919f
branches:  trunk
changeset: 511547:87a3149a919f
user:      onoe <onoe%NetBSD.org@localhost>
date:      Thu Jun 21 14:02:56 2001 +0000

description:
add #include <net/if_ieee80211.h> to make it compilable.

diffstat:

 sys/dev/isapnp/if_an_isapnp.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f286fc783392 -r 87a3149a919f sys/dev/isapnp/if_an_isapnp.c
--- a/sys/dev/isapnp/if_an_isapnp.c     Thu Jun 21 13:36:27 2001 +0000
+++ b/sys/dev/isapnp/if_an_isapnp.c     Thu Jun 21 14:02:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_an_isapnp.c,v 1.1 2000/12/17 20:34:40 thorpej Exp $ */
+/*     $NetBSD: if_an_isapnp.c,v 1.2 2001/06/21 14:02:56 onoe Exp $    */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -65,6 +65,7 @@
 #include <net/if_dl.h>
 #include <net/if_media.h>
 #include <net/if_ether.h>
+#include <net/if_ieee80211.h>
 
 #if NBPFILTER > 0
 #include <net/bpf.h>



Home | Main Index | Thread Index | Old Index