mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
21071c5ef5
- Add support for staging, use shebangfix, switch to GCC 4.7 - Give up maintainership
15 lines
302 B
Plaintext
15 lines
302 B
Plaintext
--- syslogbuf/syslogbuf.orig 2013-11-13 11:45:02.000000000 +0100
|
|
+++ syslogbuf/syslogbuf 2013-11-27 14:19:23.000000000 +0100
|
|
@@ -90,6 +90,11 @@
|
|
#include <syslog.h>
|
|
#include <streambuf>
|
|
#include <string>
|
|
+
|
|
+#ifdef __FreeBSD__
|
|
+#include <stdio.h>
|
|
+#endif
|
|
+
|
|
|
|
namespace FBB
|
|
{
|