summaryrefslogtreecommitdiff
path: root/net/xfce4-wavelan-plugin/patches/patch-aa
blob: 3663f3ec884134e23e5fd45414d25ee62cc881b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2005/02/10 12:22:29 martti Exp $

--- panel-plugin/wi_bsd.c.orig	2005-02-10 14:08:46.000000000 +0200
+++ panel-plugin/wi_bsd.c	2005-02-10 14:16:01.000000000 +0200
@@ -49,4 +49,8 @@
 #ifdef __NetBSD__
+#if __NetBSD_Version__ > 106250000
 #include <net80211/ieee80211.h>
 #include <net80211/ieee80211_ioctl.h>
+#else
+#include <net/if_ieee80211.h>
+#endif
 #include <dev/ic/wi_ieee.h>