blob: 88ba088b64183375ea7c9e3213d698a035d80c5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- sharedstreambuf/sharedstreambuf.orig 2014-06-01 13:29:49 UTC
+++ sharedstreambuf/sharedstreambuf
@@ -1,6 +1,10 @@
#ifndef INCLUDED_BOBCAT_SHAREDSTREAMBUF_
#define INCLUDED_BOBCAT_SHAREDSTREAMBUF_
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <cstdio>
+#endif
+
#include <ios>
#include <streambuf>
|