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