mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-16 09:03:05 -05:00
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:
parent
7598389afe
commit
8602b0f213
@ -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"
|
||||
|
@ -16,6 +16,7 @@
|
||||
#define NETLINK_H
|
||||
|
||||
struct netlink_data;
|
||||
struct ifinfomsg;
|
||||
|
||||
struct netlink_config {
|
||||
void *ctx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user