diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-12-16 01:55:44 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-12-16 01:55:44 +0000 |
commit | 7cdb29d2e265e0ce1e1308782e7d4378878e02ae (patch) | |
tree | 96baa4ff4679f9c03c2b5e4969ce4ef9787940c8 /devel/android-tools-adb/files/extra-patch-base_include_base_logging.h | |
parent | - Update to 1.6.1.3 (diff) |
devel/android-tools-{adb,fastboot}-devel: update to m.p.5956
Changes: https://android.googlesource.com/platform/system/core/+log/0bb1ce06ea46..461a29540c01/adb
Changes: https://android.googlesource.com/platform/system/core/+log/0bb1ce06ea46..461a29540c01/fastboot
Diffstat (limited to 'devel/android-tools-adb/files/extra-patch-base_include_base_logging.h')
-rw-r--r-- | devel/android-tools-adb/files/extra-patch-base_include_base_logging.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/android-tools-adb/files/extra-patch-base_include_base_logging.h b/devel/android-tools-adb/files/extra-patch-base_include_base_logging.h new file mode 100644 index 000000000000..4770e9e0b411 --- /dev/null +++ b/devel/android-tools-adb/files/extra-patch-base_include_base_logging.h @@ -0,0 +1,11 @@ +--- base/include/base/logging.h.orig 2015-09-29 18:07:07 UTC ++++ base/include/base/logging.h +@@ -25,6 +25,8 @@ + #endif + #endif + ++#include <errno.h> ++ + #include <functional> + #include <memory> + #include <ostream> |