power: Build with VNDK=current
Change-Id: I27b9a90dbb5214cc8973d8de0775eb9fe30922ec
diff --git a/utils.c b/utils.c
index af8e815..0456377 100644
--- a/utils.c
+++ b/utils.c
@@ -33,6 +33,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include "utils.h"
#include "list.h"
@@ -40,7 +41,7 @@
#include "power-common.h"
#define LOG_TAG "QCOM PowerHAL"
-#include <utils/Log.h>
+#include <log/log.h>
char scaling_gov_path[4][80] ={
"sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",