summaryrefslogtreecommitdiffstats
path: root/post_proc
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-04-09 08:48:02 -0700
committerGlenn Kasten <gkasten@google.com>2015-04-09 16:15:48 -0700
commit37a7699e96b3a4433e80b3899230809976d5e14b (patch)
tree256f04875f479d94d1b94c064405af977d165e59 /post_proc
parenteecfa9adcc8490896e13bb56ad8451049af80e2c (diff)
downloadandroid_hardware_qcom_audio-37a7699e96b3a4433e80b3899230809976d5e14b.tar.gz
android_hardware_qcom_audio-37a7699e96b3a4433e80b3899230809976d5e14b.tar.bz2
android_hardware_qcom_audio-37a7699e96b3a4433e80b3899230809976d5e14b.zip
Fix build warnings on shamu
for implicit and incompatible declarations of malloc, free, calloc Change-Id: I9bae9d032bbaea3955bef1073b9b8b7c187dec43
Diffstat (limited to 'post_proc')
-rw-r--r--post_proc/bundle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/post_proc/bundle.c b/post_proc/bundle.c
index 8518e54b..a6b07278 100644
--- a/post_proc/bundle.c
+++ b/post_proc/bundle.c
@@ -17,6 +17,7 @@
#define LOG_TAG "offload_effect_bundle"
//#define LOG_NDEBUG 0
+#include <stdlib.h>
#include <cutils/list.h>
#include <cutils/log.h>
#include <system/thread_defs.h>