summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2018-09-07 06:30:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-09-07 06:30:35 +0000
commit64c35ad6fd3ce0799ad2a7a299f09e9b31d5aa85 (patch)
treee32e2d7aefd0dd97ba2c8d1461a2df25b0557664
parentcd2d94a645902444d570acbe13105d5efed3d9c5 (diff)
parent6c67961fcc8c60e88f583339dcfdafb414d4d023 (diff)
downloadwlan-64c35ad6fd3ce0799ad2a7a299f09e9b31d5aa85.tar.gz
-rw-r--r--bcmdhd/wifi_hal/wifi_hal.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/bcmdhd/wifi_hal/wifi_hal.cpp b/bcmdhd/wifi_hal/wifi_hal.cpp
index 81cad8a..508268e 100644
--- a/bcmdhd/wifi_hal/wifi_hal.cpp
+++ b/bcmdhd/wifi_hal/wifi_hal.cpp
@@ -39,6 +39,9 @@
#include <dirent.h>
#include <net/if.h>
+#include <sys/types.h>
+#include <unistd.h>
+
#include "sync.h"
#define LOG_TAG "WifiHAL"