rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | diff --git a/system/core/base/errors_unix.cpp b/system/core/base/errors_unix.cpp |
| 2 | old mode 100644 |
| 3 | new mode 100755 |
| 4 | index 296995e..48269b6 |
| 5 | --- a/system/core/base/errors_unix.cpp |
| 6 | +++ b/system/core/base/errors_unix.cpp |
| 7 | @@ -17,6 +17,7 @@ |
| 8 | #include "android-base/errors.h" |
| 9 | |
| 10 | #include <errno.h> |
| 11 | +#include <string.h> |
| 12 | |
| 13 | namespace android { |
| 14 | namespace base { |
| 15 | diff --git a/system/core/base/file.cpp b/system/core/base/file.cpp |
| 16 | old mode 100644 |
| 17 | new mode 100755 |
| 18 | index da1adba..91a3901 |
| 19 | --- a/system/core/base/file.cpp |
| 20 | +++ b/system/core/base/file.cpp |
| 21 | @@ -20,6 +20,7 @@ |
| 22 | #include <fcntl.h> |
| 23 | #include <sys/stat.h> |
| 24 | #include <sys/types.h> |
| 25 | +#include <string.h> |
| 26 | |
| 27 | #include <string> |
| 28 | |
| 29 | diff --git a/system/core/base/logging.cpp b/system/core/base/logging.cpp |
| 30 | old mode 100644 |
| 31 | new mode 100755 |
| 32 | index 1741871..e5a98e3 |
| 33 | --- a/system/core/base/logging.cpp |
| 34 | +++ b/system/core/base/logging.cpp |
| 35 | @@ -18,6 +18,7 @@ |
| 36 | #include <windows.h> |
| 37 | #endif |
| 38 | |
| 39 | +#include <string.h> |
| 40 | #include "android-base/logging.h" |
| 41 | |
| 42 | #include <libgen.h> |