power: Build with VNDK=current

Change-Id: I27b9a90dbb5214cc8973d8de0775eb9fe30922ec
diff --git a/list.c b/list.c
index 0fe8de2..dcd1f48 100644
--- a/list.c
+++ b/list.c
@@ -32,7 +32,7 @@
 #include <string.h>
 
 #include "list.h"
-#include <utils/Log.h>
+#include <log/log.h>
 
 int init_list_head(struct list_node *head)
 {