aboutsummaryrefslogtreecommitdiff
path: root/devel/android-tools-adb/files/extra-patch-base_file.cpp
blob: 754b02594d0c1ea57eec8b6392ea14e0a60597c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/file.cpp.orig	2016-08-08 21:10:17 UTC
+++ base/file.cpp
@@ -21,6 +21,8 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#include <cstdio> // BUFSIZ
+#include <cstring> // strerror
 #include <string>
 
 #include "android-base/macros.h"  // For TEMP_FAILURE_RETRY on Darwin.