summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-06-18 03:43:13 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-18 03:43:13 -0700
commit7634a11417712e04642b1b055323a608a18ddf6b (patch)
treef736c583aa0b9dcbe334d9f4d5986492a4fe1b24
parentbda848332412fc0dac362d4676762253bd9d15d4 (diff)
parent22f9da37bd4014227105d1433e850f0bc589ed96 (diff)
downloadvendor_qcom_opensource_power-7634a11417712e04642b1b055323a608a18ddf6b.tar.gz
vendor_qcom_opensource_power-7634a11417712e04642b1b055323a608a18ddf6b.tar.bz2
vendor_qcom_opensource_power-7634a11417712e04642b1b055323a608a18ddf6b.zip
Merge "VNDK: Added required libs" into qcom-devices.lnx.4.0
-rw-r--r--power-660.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/power-660.c b/power-660.c
index a0b81f9..043e93d 100644
--- a/power-660.c
+++ b/power-660.c
@@ -36,6 +36,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>