Browse Source

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>
Ilan Peer 10 years ago
parent
commit
f03996565a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/drivers/driver_nl80211_android.c

+ 1 - 0
src/drivers/driver_nl80211_android.c

@@ -14,6 +14,7 @@
 #include <netlink/genl/genl.h>
 #include <netlink/genl/genl.h>
 #include <netlink/genl/family.h>
 #include <netlink/genl/family.h>
 #include <netlink/genl/ctrl.h>
 #include <netlink/genl/ctrl.h>
+#include <fcntl.h>
 
 
 #include "utils/common.h"
 #include "utils/common.h"
 #include "driver_nl80211.h"
 #include "driver_nl80211.h"