opnsense-ports/devel/android-tools-adb-devel/files/patch-base_file.cpp
Franco Fichtner 803f9b40fd */*: sync with upstream
Taken from: FreeBSD
2015-06-22 06:36:51 +02:00

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.