Merge "Add header that defines strerror()"
am: 7eca57a20e

Change-Id: Iaacd6a2d5c07970c1303eed0e005be0a75adf61e
diff --git a/base/errors_unix.cpp b/base/errors_unix.cpp
index 296995e..48269b6 100644
--- a/base/errors_unix.cpp
+++ b/base/errors_unix.cpp
@@ -17,6 +17,7 @@
 #include "android-base/errors.h"
 
 #include <errno.h>
+#include <string.h>
 
 namespace android {
 namespace base {