summaryrefslogtreecommitdiff
path: root/devel/libbobcat/files/patch-logbuffer_logbuffer
blob: 8313ebc18e62d8e6782750585389979672aefa04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- logbuffer/logbuffer.orig	2014-08-24 07:42:02 UTC
+++ logbuffer/logbuffer
@@ -1,6 +1,10 @@
 #ifndef INCLUDED_BOBCAT_LOGBUFFER_
 #define INCLUDED_BOBCAT_LOGBUFFER_
 
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <cstdio>
+#endif
+
 #include <streambuf>
 #include <ostream>
 #include <string>