mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
14 lines
285 B
Text
14 lines
285 B
Text
--- syslogbuf/syslogbuf.orig 2013-10-12 12:10:29 UTC
|
|
+++ syslogbuf/syslogbuf
|
|
@@ -90,6 +90,11 @@
|
|
#include <syslog.h>
|
|
#include <streambuf>
|
|
#include <string>
|
|
+
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
+#include <cstdio>
|
|
+#endif
|
|
+
|
|
|
|
namespace FBB
|
|
{
|