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/post_proc/effect_api.c b/post_proc/effect_api.c index b01acc5..3098850 100644 --- a/post_proc/effect_api.c +++ b/post_proc/effect_api.c
@@ -62,6 +62,8 @@ #include <sound/devdep_params.h> #include <linux/msm_audio.h> #include <errno.h> +#include <unistd.h> +#include <stdio.h> #include "effect_api.h" #ifdef DTS_EAGLE