Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src-draft/trunk]: src/sys/dev/pci Include necessary headers.
details: https://anonhg.NetBSD.org/src-all/rev/1449800689f2
branches: trunk
changeset: 371547:1449800689f2
user: Nathanial Sloss <nat%netbsd.org@localhost>
date: Mon Jan 11 10:11:04 2021 +1100
description:
Include necessary headers.
diffstat:
sys/dev/pci/if_ipw.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 64e3e1e10ac4 -r 1449800689f2 sys/dev/pci/if_ipw.c
--- a/sys/dev/pci/if_ipw.c Sat Jan 09 15:06:15 2021 +0100
+++ b/sys/dev/pci/if_ipw.c Mon Jan 11 10:11:04 2021 +1100
@@ -64,8 +64,10 @@
#include <net/if_media.h>
#include <net/if_types.h>
+#include <net80211/ieee80211_netbsd.h>
#include <net80211/ieee80211_var.h>
#include <net80211/ieee80211_radiotap.h>
+#include <net80211/ieee80211_regdomain.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
Home |
Main Index |
Thread Index |
Old Index