powerHAL: Hikey: Fix compilation warning am: 0bf3fb265c am: 21f8abf454
am: 2213d33883
Change-Id: Ia7dae783eaba1c676191f81c0f3de6b85b96432d
diff --git a/gralloc/gralloc_module.cpp b/gralloc/gralloc_module.cpp
index d0cb080..38ed3da 100644
--- a/gralloc/gralloc_module.cpp
+++ b/gralloc/gralloc_module.cpp
@@ -18,6 +18,7 @@
#include <errno.h>
#include <pthread.h>
+#include <string.h>
#include <cutils/log.h>
#include <cutils/atomic.h>
diff --git a/gralloc960/gralloc_module_ion.cpp b/gralloc960/gralloc_module_ion.cpp
index 9d3c4c8..49a17a0 100644
--- a/gralloc960/gralloc_module_ion.cpp
+++ b/gralloc960/gralloc_module_ion.cpp
@@ -18,6 +18,7 @@
#include <errno.h>
#include <pthread.h>
+#include <string.h>
#include <cutils/log.h>
#include <cutils/atomic.h>
diff --git a/manifest.xml b/manifest.xml
index 61da9eb..0c354d2 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -47,7 +47,7 @@
<hal format="hidl">
<name>android.hardware.wifi.supplicant</name>
<transport>hwbinder</transport>
- <version>1.0</version>
+ <version>1.1</version>
<interface>
<name>ISupplicant</name>
<instance>default</instance>