commit | bda848332412fc0dac362d4676762253bd9d15d4 | [log] [tgz] |
---|---|---|
author | Anurudh Kumar Tiwari <aktiwari@codeaurora.org> | Tue Jun 12 10:42:35 2018 +0530 |
committer | Anurudh Kumar Tiwari <aktiwari@codeaurora.org> | Tue Jun 12 10:42:35 2018 +0530 |
tree | d90d7a0ec96b05e49b89e0941dff37f5839eada4 | |
parent | 03e283993d8ffb0915735d4c1a3589143660048b [diff] [blame] |
sdm710 : fixed VNDK compilation for warlock Change-Id: Ic095cf2aeec77b914dff6966c0cff66124f7a146
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>