am 74a4096d: Merge "Fix "hardware/qcom/audio/post_proc/effect_api.c:67:17: error: use of undeclared identifier \'EINVAL\'""
* commit '74a4096d03fdb2773d5d35b28d7d6ad95135daea':
Fix "hardware/qcom/audio/post_proc/effect_api.c:67:17: error: use of undeclared identifier 'EINVAL'"
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>