summaryrefslogtreecommitdiff
path: root/qcwcn/wifi_hal/wifi_hal.cpp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-06-26 15:58:44 +0900
committerJiyong Park <jiyong@google.com>2017-06-30 10:24:18 +0900
commita5e1dd544bb3b0bfd3dcdb9ae90ecf3c2ff003d3 (patch)
tree71aeb89b5452f994bdc15974f6cb09797bd66e1c /qcwcn/wifi_hal/wifi_hal.cpp
parentedd4b8adc7eefe5cb225257668d260b3ae678d55 (diff)
downloadwlan-a5e1dd544bb3b0bfd3dcdb9ae90ecf3c2ff003d3.tar.gz
Building libwifi-hal-qcom with BOARD_VNDK_VERSION
Add missing header dependency and include system headers such as unistd.h and pthread.h explicitly. Bug: 37342627 Test: BOARD_VNDK_VERSION=current m -j libwifi-hal-qcom Change-Id: Id844f42e02f5b1c83a697862204a52e8cdb8198d
Diffstat (limited to 'qcwcn/wifi_hal/wifi_hal.cpp')
-rw-r--r--qcwcn/wifi_hal/wifi_hal.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/qcwcn/wifi_hal/wifi_hal.cpp b/qcwcn/wifi_hal/wifi_hal.cpp
index 822d6bc..4145785 100644
--- a/qcwcn/wifi_hal/wifi_hal.cpp
+++ b/qcwcn/wifi_hal/wifi_hal.cpp
@@ -40,6 +40,9 @@
#include <netinet/in.h>
#include <cld80211_lib.h>
+#include <sys/types.h>
+#include <unistd.h>
+
#include "sync.h"
#define LOG_TAG "WifiHAL"