commit | 994b076ef2804feff278fc305f4a29718196501c | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Fri May 28 08:01:40 2021 +0200 |
committer | Alexander Koskovich <akoskovich@pm.me> | Tue Jan 25 07:31:07 2022 -0700 |
tree | f97e958b0a3f3f12312304096f680460768713fa | |
parent | 9a9a518f9a4345d8af3f79ae9bc9cc86d239698f [diff] [blame] |
hal: Include pthread.h Doesn't compile without it. Change-Id: Ia75404ee1fc735df58fa6f9922063fcf2cc2022d
diff --git a/hal/platform_info.c b/hal/platform_info.c index e55b91d..9cfd760 100755 --- 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 LINUX_ENABLED #include <float.h>