summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrkzmn <trkzmn1@gmail.com>2020-02-03 18:07:31 +0300
committerKing Master <trkzmn1@gmail.com>2020-02-15 04:18:33 +0200
commitb415d7030e2e9d284f0abd778edc0fd0f2cdbe66 (patch)
treea4538a405136c64720965b55d41c2f60fafdf828
parent0880192d8813de7663406daffc2df6be6c7c1b71 (diff)
downloadandroid_hardware_qcom_audio-lineage-17.1-caf-sdm845.tar.gz
android_hardware_qcom_audio-lineage-17.1-caf-sdm845.tar.bz2
android_hardware_qcom_audio-lineage-17.1-caf-sdm845.zip
hal: Include POSIX thread headerlineage-17.1-caf-sdm845
Change-Id: Ib5a85be489a3807a43a992d113fb06c44e96e807
-rw-r--r--hal/audio_extn/gef.c1
-rw-r--r--hal/platform_info.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/hal/audio_extn/gef.c b/hal/audio_extn/gef.c
index 83e9d45e..02c14dbd 100644
--- a/hal/audio_extn/gef.c
+++ b/hal/audio_extn/gef.c
@@ -46,6 +46,7 @@
#include <cutils/properties.h>
#include "audio_extn.h"
#include "audio_hw.h"
+#include <pthread.h>
#ifdef DYNAMIC_LOG_ENABLED
#include <log_xml_parser.h>
diff --git a/hal/platform_info.c b/hal/platform_info.c
index 1969f52e..b813db5f 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>