This fixes an oversight from my rtnl patch for cfg80211. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- In the patch for net-2.6 I didn't make this mistake so it's wireless-dev only. net/wireless/sysfs.c | 1 + 1 file changed, 1 insertion(+) --- wireless-dev.orig/net/wireless/sysfs.c 2007-04-27 12:11:14.684987898 +0200 +++ wireless-dev/net/wireless/sysfs.c 2007-04-27 12:11:23.544987898 +0200 @@ -12,6 +12,7 @@ #include <linux/module.h> #include <linux/netdevice.h> #include <linux/nl80211.h> +#include <linux/rtnetlink.h> #include <net/cfg80211.h> #include "sysfs.h" #include "core.h" - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html