| diff --git a/system/core/base/errors_unix.cpp b/system/core/base/errors_unix.cpp |
| old mode 100644 |
| new mode 100755 |
| index 296995e..48269b6 |
| --- a/system/core/base/errors_unix.cpp |
| +++ b/system/core/base/errors_unix.cpp |
| @@ -17,6 +17,7 @@ |
| #include "android-base/errors.h" |
| |
| #include <errno.h> |
| +#include <string.h> |
| |
| namespace android { |
| namespace base { |
| diff --git a/system/core/base/file.cpp b/system/core/base/file.cpp |
| old mode 100644 |
| new mode 100755 |
| index da1adba..91a3901 |
| --- a/system/core/base/file.cpp |
| +++ b/system/core/base/file.cpp |
| @@ -20,6 +20,7 @@ |
| #include <fcntl.h> |
| #include <sys/stat.h> |
| #include <sys/types.h> |
| +#include <string.h> |
| |
| #include <string> |
| |
| diff --git a/system/core/base/logging.cpp b/system/core/base/logging.cpp |
| old mode 100644 |
| new mode 100755 |
| index 1741871..e5a98e3 |
| --- a/system/core/base/logging.cpp |
| +++ b/system/core/base/logging.cpp |
| @@ -18,6 +18,7 @@ |
| #include <windows.h> |
| #endif |
| |
| +#include <string.h> |
| #include "android-base/logging.h" |
| |
| #include <libgen.h> |