]> git.pld-linux.org Git - packages/android-tools.git/blame - 0001-Add-string-h.patch
update to 6.0 git snapshot
[packages/android-tools.git] / 0001-Add-string-h.patch
CommitLineData
b4bc8a71
ER
1diff --git a/base/errors_unix.cpp b/base/errors_unix.cpp
2index 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 {
13diff --git a/base/file.cpp b/base/file.cpp
14index 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
25diff --git a/base/logging.cpp b/base/logging.cpp
26index 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.062003 seconds and 4 git commands to generate.