From: Jouni Malinen Date: Thu, 30 Sep 2010 04:52:51 +0000 (-0700) Subject: nl80211: Include linux/rtnetlink.h explicitly X-Git-Tag: hostap-1-bp~1017 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8602b0f21325ed32642c90b6ecbef0721e34083c;p=thirdparty%2Fhostap.git nl80211: Include linux/rtnetlink.h explicitly This is needed with libnl-tiny to get various definitions that get included implicitly with libnl. --- diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index b884acc11..3f91be44d 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include "nl80211_copy.h" diff --git a/src/drivers/netlink.h b/src/drivers/netlink.h index bcbfbb51f..ccf12a52d 100644 --- a/src/drivers/netlink.h +++ b/src/drivers/netlink.h @@ -16,6 +16,7 @@ #define NETLINK_H struct netlink_data; +struct ifinfomsg; struct netlink_config { void *ctx;