nl80211: Include linux/rtnetlink.h explicitly

This is needed with libnl-tiny to get various definitions that
get included implicitly with libnl.
This commit is contained in:
Jouni Malinen 2010-09-29 21:52:51 -07:00
parent 7598389afe
commit 8602b0f213
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@
#include <netlink/genl/genl.h>
#include <netlink/genl/family.h>
#include <netlink/genl/ctrl.h>
#include <linux/rtnetlink.h>
#include <netpacket/packet.h>
#include <linux/filter.h>
#include "nl80211_copy.h"

View file

@ -16,6 +16,7 @@
#define NETLINK_H
struct netlink_data;
struct ifinfomsg;
struct netlink_config {
void *ctx;