commit | 122574f94d145974ab3468a2c33f3a02b982912f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 29 14:35:45 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Dec 29 14:35:45 2014 -0800 |
tree | c5843ebf5b4f692986c3423cf57c4f10840f9e4b | |
parent | ff66aab955be32df6acd2b7584747664ba0b7101 [diff] |
Fix "hardware/qcom/audio/post_proc/effect_api.c:67:17: error: use of undeclared identifier 'EINVAL'" Change-Id: I09c96c1a0b6f57c42969a375fedb0cb5b0b66c40
diff --git a/post_proc/effect_api.c b/post_proc/effect_api.c index cf3968b..9c15e8f 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>