power: Fix VNDK Compilation Errors

VNDK restrictions doesn't includes standard headers by
default, add them explicitly.

Change-Id: I4c72a28ffa141ecadcfe47cc7c1f62f2a0c8576e
This commit is contained in:
Vinay Verma
2018-04-29 14:08:30 +05:30
committed by David Ng
parent 32e093d10d
commit 2fd9c12756
4 changed files with 5 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include <cutils/properties.h>
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <unistd.h>
#include "powerhintparser.h"
#define LOG_TAG "QTI PowerHAL"