mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.1_r24..android-7.0.0_r1/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-6.0.0_r26..android-7.0.0_r1/fastboot
11 lines
229 B
C++
11 lines
229 B
C++
--- base/include/android-base/logging.h.orig 2015-09-29 18:07:07 UTC
|
|
+++ base/include/android-base/logging.h
|
|
@@ -25,6 +25,8 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#include <errno.h>
|
|
+
|
|
#include <functional>
|
|
#include <memory>
|
|
#include <ostream>
|