forked from Lainports/freebsd-ports
- Integrate most changes from -devel slaves (e.g. r392432, r397252) - Get revision based on GH_TAGNAME (from JSON for releases) - Take maintainership Changes: https://android.googlesource.com/platform/system/core/+log/android-5.1.1_r4..android-6.0.0_r1/adb Changes: https://android.googlesource.com/platform/system/core/+log/android-5.1.1_r4..android-6.0.0_r1/fastboot Approved by: kevlo (adb maintainer) Differential Revision: https://reviews.freebsd.org/D3842
10 lines
249 B
C++
10 lines
249 B
C++
--- base/file.cpp.orig 2015-05-27 20:24:08 UTC
|
|
+++ base/file.cpp
|
|
@@ -21,6 +21,7 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
|
|
+#include <cstring> // strerror
|
|
#include <string>
|
|
|
|
#include "base/macros.h" // For TEMP_FAILURE_RETRY on Darwin.
|