mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
13 lines
310 B
Text
13 lines
310 B
Text
--- 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>
|