summaryrefslogtreecommitdiffstats
path: root/post_proc
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-29 14:35:45 -0800
committerElliott Hughes <enh@google.com>2014-12-29 14:35:45 -0800
commit122574f94d145974ab3468a2c33f3a02b982912f (patch)
treec5843ebf5b4f692986c3423cf57c4f10840f9e4b /post_proc
parentff66aab955be32df6acd2b7584747664ba0b7101 (diff)
downloadandroid_hardware_qcom_audio-122574f94d145974ab3468a2c33f3a02b982912f.tar.gz
android_hardware_qcom_audio-122574f94d145974ab3468a2c33f3a02b982912f.tar.bz2
android_hardware_qcom_audio-122574f94d145974ab3468a2c33f3a02b982912f.zip
Fix "hardware/qcom/audio/post_proc/effect_api.c:67:17: error: use of undeclared identifier 'EINVAL'"
Change-Id: I09c96c1a0b6f57c42969a375fedb0cb5b0b66c40
Diffstat (limited to 'post_proc')
-rw-r--r--post_proc/effect_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/post_proc/effect_api.c b/post_proc/effect_api.c
index cf3968b2..9c15e8f5 100644
--- a/post_proc/effect_api.c
+++ b/post_proc/effect_api.c
@@ -17,6 +17,7 @@
#define LOG_TAG "offload_effect_api"
//#define LOG_NDEBUG 0
+#include <errno.h>
#include <stdbool.h>
#include <cutils/log.h>
#include <tinyalsa/asoundlib.h>