freebsd-ports/devel/android-tools-simpleperf/files/patch-base_include_base_logging.h
Jan Beich 6901fe718a devel/android-tools-simpleperf: add new port
simpleperf is a minimal Linux perf implementation for extracting
sampling information out of perf.data.
2015-08-14 00:13:13 +00:00

10 lines
219 B
C++

--- base/include/base/logging.h.orig 2015-08-12 23:28:08 UTC
+++ base/include/base/logging.h
@@ -25,6 +25,7 @@
#endif
#endif
+#include <cerrno> // errno
#include <functional>
#include <memory>
#include <ostream>