Mageia Bugzilla – Attachment 11105 Details for
Bug 23853
Update android-tools to 9.0.0_r21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Add string-h
0001-Add-string-h.patch (text/plain), 927 bytes, created by
Kristoffer Grundström
on 2019-06-18 12:13:16 CEST
(
hide
)
Description:
Add string-h
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2019-06-18 12:13:16 CEST
Size:
927 bytes
patch
obsolete
>diff --git a/core/base/errors_unix.cpp b/core/base/errors_unix.cpp >index 296995e..48269b6 100644 >--- a/core/base/errors_unix.cpp >+++ b/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/core/base/file.cpp b/core/base/file.cpp >index 81b04d7..2fd2b6e 100644 >--- a/core/base/file.cpp >+++ b/core/base/file.cpp >@@ -22,6 +22,7 @@ > #include <sys/stat.h> > #include <sys/types.h> > #include <unistd.h> >+#include <string.h> > > #include <memory> > #include <mutex> >diff --git a/core/base/logging.cpp b/core/base/logging.cpp >index 6357b4b..3c7dbce 100644 >--- a/core/base/logging.cpp >+++ b/core/base/logging.cpp >@@ -23,6 +23,7 @@ > #include <fcntl.h> > #include <libgen.h> > #include <time.h> >+#include <string.h> > > // For getprogname(3) or program_invocation_short_name. > #if defined(__ANDROID__) || defined(__APPLE__)
diff --git a/core/base/errors_unix.cpp b/core/base/errors_unix.cpp index 296995e..48269b6 100644 --- a/core/base/errors_unix.cpp +++ b/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/core/base/file.cpp b/core/base/file.cpp index 81b04d7..2fd2b6e 100644 --- a/core/base/file.cpp +++ b/core/base/file.cpp @@ -22,6 +22,7 @@ #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> +#include <string.h> #include <memory> #include <mutex> diff --git a/core/base/logging.cpp b/core/base/logging.cpp index 6357b4b..3c7dbce 100644 --- a/core/base/logging.cpp +++ b/core/base/logging.cpp @@ -23,6 +23,7 @@ #include <fcntl.h> #include <libgen.h> #include <time.h> +#include <string.h> // For getprogname(3) or program_invocation_short_name. #if defined(__ANDROID__) || defined(__APPLE__)
View Attachment As Raw
Actions:
View
Attachments on
bug 23853
:
10474
|
10475
|
10476
|
10477
|
10478
|
10479
|
10480
|
10481
|
10482
|
11104
|
11105
|
11106
|
11107
|
11108
|
11109
|
11110
|
11111
|
11112
|
11113
|
11114