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:
Ilan Peer 2014-11-05 03:50:37 -05:00 committed by Jouni Malinen
parent b652daca84
commit f03996565a

View File

@ -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"