mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -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
217 B
C++
11 lines
217 B
C++
--- base/errors_unix.cpp.orig 2016-02-20 02:39:51 UTC
|
|
+++ base/errors_unix.cpp
|
|
@@ -16,7 +16,7 @@
|
|
|
|
#include "android-base/errors.h"
|
|
|
|
-#include <errno.h>
|
|
+#include <string.h>
|
|
|
|
namespace android {
|
|
namespace base {
|