mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
nl80211: Fix Android compilation by adding include for fcntl.h
This is needed for fcntl() at least with Android KK. Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
b652daca84
commit
f03996565a
@ -14,6 +14,7 @@
|
||||
#include <netlink/genl/genl.h>
|
||||
#include <netlink/genl/family.h>
|
||||
#include <netlink/genl/ctrl.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "utils/common.h"
|
||||
#include "driver_nl80211.h"
|
||||
|
Loading…
Reference in New Issue
Block a user