summaryrefslogtreecommitdiff
path: root/net/dhcpcd/patches/patch-aa
blob: 2fd703f591c3943bf1108fd754652fd642877d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.1 2009/03/12 08:14:16 hasso Exp $

--- if-bsd.c.orig	2009-03-12 09:54:44 +0200
+++ if-bsd.c	2009-03-12 09:55:31 +0200
@@ -38,7 +38,11 @@
 #include <net/if_types.h>
 #include <net/route.h>
 #include <netinet/in.h>
+#ifdef __DragonFly__
+#include <netproto/802_11/ieee80211_ioctl.h>
+#else
 #include <net80211/ieee80211_ioctl.h>
+#endif
 
 #include <errno.h>
 #include <fnmatch.h>