summaryrefslogtreecommitdiff
path: root/net/gtk_wicontrol/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net/gtk_wicontrol/patches/patch-ad')
-rw-r--r--net/gtk_wicontrol/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/gtk_wicontrol/patches/patch-ad b/net/gtk_wicontrol/patches/patch-ad
new file mode 100644
index 00000000000..99db4f236dc
--- /dev/null
+++ b/net/gtk_wicontrol/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.4 2006/03/22 22:03:46 joerg Exp $
+
+--- src/main.c.orig 2006-03-22 21:38:03.000000000 +0000
++++ src/main.c
+@@ -34,6 +34,8 @@
+ #include <machine/if_wavelan_ieee.h>
+ #elif defined(HAVE_DEV_IC_WI_IEEE_H)
+ #include <dev/ic/wi_ieee.h>
++#elif defined(__DragonFly__)
++#include <netproto/802_11/if_wavelan_ieee.h>
+ #endif
+
+ #include "interface.h"