commit | 3ddd20f29f8faa69017ce156176b2503c707aeb4 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Sat Oct 19 12:48:27 2019 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Oct 23 00:08:08 2019 +0200 |
tree | b6a7a3eef9819f341e8bb0d72bc8cda002abe762 | |
parent | c0563f883d2d4822afeb181a3a48451fc5e547d1 [diff] [blame] |
hal: Add missing pthread.h include * Required after LA.UM.8.4.r1-04500-8x98.0 merge Change-Id: I2464b1223586168cf7a4ec8f61b3979ee8da3a40
diff --git a/hal/platform_info.c b/hal/platform_info.c index b0e83b3..e99a418 100644 --- a/hal/platform_info.c +++ b/hal/platform_info.c
@@ -40,6 +40,7 @@ #include "platform_api.h" #include <platform.h> #include <math.h> +#include <pthread.h> #ifdef DYNAMIC_LOG_ENABLED #include <log_xml_parser.h>