]> git.pld-linux.org Git - packages/android-tools.git/blob - 0001-Add-string-h.patch
up to 34.0.5
[packages/android-tools.git] / 0001-Add-string-h.patch
1 diff --git a/base/errors_unix.cpp b/base/errors_unix.cpp
2 index 296995e..48269b6 100644
3 --- a/base/errors_unix.cpp
4 +++ b/base/errors_unix.cpp
5 @@ -17,6 +17,7 @@
6  #include "android-base/errors.h"
7  
8  #include <errno.h>
9 +#include <string.h>
10  
11  namespace android {
12  namespace base {
13 diff --git a/base/file.cpp b/base/file.cpp
14 index da1adba..91a3901 100644
15 --- a/base/file.cpp
16 +++ b/base/file.cpp
17 @@ -20,6 +20,7 @@
18  #include <fcntl.h>
19  #include <sys/stat.h>
20  #include <sys/types.h>
21 +#include <string.h>
22  
23  #include <string>
24  
25 diff --git a/base/logging.cpp b/base/logging.cpp
26 index 1741871..0f9e11a 100644
27 --- a/base/logging.cpp
28 +++ b/base/logging.cpp
29 @@ -29,6 +29,7 @@
30  #include <errno.h>
31  #endif
32  
33 +#include <string.h>
34  #include <iostream>
35  #include <limits>
36  #include <sstream>
This page took 0.098956 seconds and 3 git commands to generate.