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/audio_extn/utils.c b/hal/audio_extn/utils.c index e03fdc8..3bb7cfe 100644 --- a/hal/audio_extn/utils.c +++ b/hal/audio_extn/utils.c
@@ -29,6 +29,7 @@ #include <cutils/str_parms.h> #include <cutils/log.h> #include <cutils/misc.h> +#include <unistd.h> #include "audio_hw.h"