Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/multimedia/bino/files/patch-src_base_str.h
16461 views
1
--- src/base/str.h.orig 2017-11-04 13:56:43 UTC
2
+++ src/base/str.h
3
@@ -31,6 +31,7 @@
4
#include <vector>
5
#include <cstdarg>
6
#include <cerrno>
7
+#include <ctime>
8
9
#ifdef __GNUC__
10
# define STR_AFP(a, b) __attribute__ ((format (printf, a, b)))
11
12