mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
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.
|