Source-Changes-HG archive

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

[src/trunk]: src/sys/net80211 Include <net/if.h> for IFNAMSIZ



details:   https://anonhg.NetBSD.org/src/rev/e959048e9d6b
branches:  trunk
changeset: 459005:e959048e9d6b
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 20 09:28:00 2019 +0000

description:
Include <net/if.h> for IFNAMSIZ

diffstat:

 sys/net80211/ieee80211_ioctl.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 555e1190d789 -r e959048e9d6b sys/net80211/ieee80211_ioctl.h
--- a/sys/net80211/ieee80211_ioctl.h    Tue Aug 20 08:12:50 2019 +0000
+++ b/sys/net80211/ieee80211_ioctl.h    Tue Aug 20 09:28:00 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ieee80211_ioctl.h,v 1.25 2019/01/27 02:08:48 pgoyette Exp $    */
+/*     $NetBSD: ieee80211_ioctl.h,v 1.26 2019/08/20 09:28:00 christos Exp $    */
 /*-
  * Copyright (c) 2001 Atsushi Onoe
  * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -39,6 +39,7 @@
  * IEEE 802.11 ioctls.
  */
 #include <sys/ioccom.h>
+#include <net/if.h>
 #include <net80211/_ieee80211.h>
 #include <net80211/ieee80211.h>
 #include <net80211/ieee80211_crypto.h>



Home | Main Index | Thread Index | Old Index