commit | addfa4a10052542091d2ccc8fea685cf0bada6f7 | [log] [tgz] |
---|---|---|
author | Vinay Verma <vvinay@codeaurora.org> | Sun Apr 29 14:03:38 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue May 08 05:17:02 2018 -0700 |
tree | 7ba26097797d6496adb9a160a7b09172c8afb13a | |
parent | e3a47162451214abfee752a7b21e9662f408e28c [diff] [blame] |
Fix VNDK Compilation Errors VNDK restrictions doesn't includes standard headers by default, add them explicitly. Change-Id: Icafac6f07fcdf58fccaabde8d472509090fb3e6f
diff --git a/hal/msm8974/platform.c b/hal/msm8974/platform.c index 8e377f1..18e36d6 100644 --- a/hal/msm8974/platform.c +++ b/hal/msm8974/platform.c
@@ -36,6 +36,7 @@ #include <cutils/str_parms.h> #include <audio_hw.h> #include <platform_api.h> +#include <unistd.h> #include "platform.h" #include "audio_extn.h" #include "acdb.h"