mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
PR: ports/126489 Submitted by: "Dima Panov" <fluffy (AT) fluffy.khv.ru> Approved by: Peter Hofer <ph (AT) desktopbsd.net> (maintainer)
12 lines
449 B
C++
12 lines
449 B
C++
--- libdesktopbsd/netinterface.cpp.orig 2007-07-29 09:36:00.000000000 +1100
|
|
+++ libdesktopbsd/netinterface.cpp 2008-07-04 17:00:31.000000000 +1100
|
|
@@ -22,6 +22,9 @@
|
|
#include <ifaddrs.h>
|
|
#include <net/route.h>
|
|
#include <net/if.h>
|
|
+#if defined(__FreeBSD_version) && __FreeBSD_version >= 800038
|
|
+#include <net80211/_ieee80211.h>
|
|
+#endif
|
|
#include <net80211/ieee80211.h>
|
|
#include <net80211/ieee80211_crypto.h>
|
|
#include <net80211/ieee80211_ioctl.h>
|