opnsense-ports/devel/android-tools-simpleperf/files/patch-base_file.cpp
Franco Fichtner 90d8af2bf5 */*: sync with upstream
Taken from: FreeBSD
2015-08-14 09:53:53 +02:00

10 lines
249 B
C++

--- base/file.cpp.orig 2015-08-12 23:28: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.