summaryrefslogtreecommitdiffstats
path: root/power-845.c
diff options
context:
space:
mode:
authorVinay Verma <vvinay@codeaurora.org>2018-04-29 14:08:30 +0530
committerDavid Ng <dave@codeaurora.org>2018-06-04 15:11:47 -0700
commit2fd9c127563a9b64780340e3161f010377d9500f (patch)
treec59702db49e4b76b3e48fe9219f1b8413522af8d /power-845.c
parent32e093d10dbb8a93373e8c67bc43e340de94f25f (diff)
downloadvendor_qcom_opensource_power-2fd9c127563a9b64780340e3161f010377d9500f.tar.gz
vendor_qcom_opensource_power-2fd9c127563a9b64780340e3161f010377d9500f.tar.bz2
vendor_qcom_opensource_power-2fd9c127563a9b64780340e3161f010377d9500f.zip
power: Fix VNDK Compilation Errors
VNDK restrictions doesn't includes standard headers by default, add them explicitly. Change-Id: I4c72a28ffa141ecadcfe47cc7c1f62f2a0c8576e
Diffstat (limited to 'power-845.c')
-rw-r--r--power-845.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/power-845.c b/power-845.c
index ca6f421..9248f38 100644
--- a/power-845.c
+++ b/power-845.c
@@ -37,6 +37,8 @@
#include <fcntl.h>
#include <dlfcn.h>
#include <stdlib.h>
+#include <pthread.h>
+#include <unistd.h>
#define LOG_TAG "QTI PowerHAL"
#include <utils/Log.h>