summaryrefslogtreecommitdiff
path: root/devel/android-tools-simpleperf/files/patch-base_file.cpp
blob: 9c5526d441960522b8a09cac280e67c0a77ea2ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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.