mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Note, reading .gnu_debugdata (lzma code) isn't supported in the release. Changes: https://android.googlesource.com/platform/system/extras/+log/ea4a5a4..android-7.0.0_r1/simpleperf
11 lines
286 B
C++
11 lines
286 B
C++
--- 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.
|