summaryrefslogtreecommitdiffstats
path: root/power-710.c
diff options
context:
space:
mode:
authorAnurudh Kumar Tiwari <aktiwari@codeaurora.org>2018-06-12 10:42:35 +0530
committerAnurudh Kumar Tiwari <aktiwari@codeaurora.org>2018-06-12 10:42:35 +0530
commitbda848332412fc0dac362d4676762253bd9d15d4 (patch)
treed90d7a0ec96b05e49b89e0941dff37f5839eada4 /power-710.c
parent03e283993d8ffb0915735d4c1a3589143660048b (diff)
downloadvendor_qcom_opensource_power-bda848332412fc0dac362d4676762253bd9d15d4.tar.gz
vendor_qcom_opensource_power-bda848332412fc0dac362d4676762253bd9d15d4.tar.bz2
vendor_qcom_opensource_power-bda848332412fc0dac362d4676762253bd9d15d4.zip
sdm710 : fixed VNDK compilation for warlock
Change-Id: Ic095cf2aeec77b914dff6966c0cff66124f7a146
Diffstat (limited to 'power-710.c')
-rw-r--r--power-710.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/power-710.c b/power-710.c
index 487f319..034a19c 100644
--- a/power-710.c
+++ b/power-710.c
@@ -35,6 +35,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>