commit | 6f456a420db2b133d94c1216e8b0cc2226ccf603 | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Sun Sep 29 11:22:14 2019 -0700 |
committer | Sam Mortimer <sam@mortimer.me.uk> | Sun Sep 29 11:31:22 2019 -0700 |
tree | bd4fbf8a7883550008001122900e19256dc6b7c5 | |
parent | 3ce722b7d3528ee5b41db651f260735b0fa5333a [diff] |
audio_extn/gef.c: Include pthread.h * Fixes vndk build Change-Id: I1e53e0dff91b6a001450e4dc955eadbe12aa712e
diff --git a/hal/audio_extn/gef.c b/hal/audio_extn/gef.c index 83e9d45..4cee8ce 100644 --- a/hal/audio_extn/gef.c +++ b/hal/audio_extn/gef.c
@@ -36,6 +36,7 @@ #include <log/log.h> #include <fcntl.h> #include <dirent.h> +#include <pthread.h> #include "audio_hw.h" #include "platform.h" #include "platform_api.h"