commit | aecabe1e60b0f9a8be3c373a4f6385d6510f4a42 | [log] [tgz] |
---|---|---|
author | Atman <masteratman@gmail.com> | Thu Jul 04 17:36:59 2019 +0000 |
committer | Michael Bestas <mkbestas@lineageos.org> | Fri Feb 11 00:46:41 2022 +0200 |
tree | a42ac8029a6380022b58f66ade05ef43292068db | |
parent | 8586f43c2aaf5ec42ecdde6a05933cb45bbc7086 [diff] [blame] |
hal: Add missing includes * pthread.h include was missing so we add it. * Fixes compilation with BOARD_VNDK_VERSION. Change-Id: I297a0fc0cf4763b3550e1a8d37f2653b77b6e3a8
diff --git a/hal/platform_info.c b/hal/platform_info.c index 4ad5a5c..84f56a1 100644 --- a/hal/platform_info.c +++ b/hal/platform_info.c
@@ -41,6 +41,7 @@ #include "platform_api.h" #include "audio_extn.h" #include <platform.h> +#include <pthread.h> #include <math.h> #ifdef DYNAMIC_LOG_ENABLED