From 6c67961fcc8c60e88f583339dcfdafb414d4d023 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 6 Sep 2018 23:19:00 -0700 Subject: Fix include-what-you-use issue exposed by using vendor headers Add unistd.h and sys/types.h to provide definitions used in this file. Test: m libwifi-hal-bcm Change-Id: I9711a12428da3c2e92a3726f871c364cd2bb6e2d --- bcmdhd/wifi_hal/wifi_hal.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 #include +#include +#include + #include "sync.h" #define LOG_TAG "WifiHAL" -- cgit v1.2.3