commit | 334224b80a2324a40a178f5a9c734e143ecce0c4 | [log] [tgz] |
---|---|---|
author | Jiangen Jiao <jiangenj@codeaurora.org> | Thu Sep 12 15:47:46 2019 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Sep 22 23:28:28 2019 -0700 |
tree | 23ca4ffdc9892b5f5c413b3b69918e21f231e038 | |
parent | 90315835ec169ba4fb0e557b324d32acee35b4fe [diff] |
Fix ASAN build error CRs-Fixed: 2532665 Change-Id: I8c9fd1a89804a08eb22f2cefcffe1dd2660456ec
diff --git a/hal/platform_info.c b/hal/platform_info.c index 1969f52..b3b17a7 100644 --- a/hal/platform_info.c +++ b/hal/platform_info.c
@@ -33,6 +33,7 @@ #include <errno.h> #include <stdio.h> #include <expat.h> +#include <pthread.h> #include <log/log.h> #include <cutils/str_parms.h> #include <audio_hw.h>