mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
14 lines
342 B
Text
14 lines
342 B
Text
--- readlinebuf/readlinebuf.orig 2013-10-04 15:17:42 UTC
|
|
+++ readlinebuf/readlinebuf
|
|
@@ -1,6 +1,11 @@
|
|
#ifndef INCLUDED_BOBCAT_READLINEBUF_
|
|
#define INCLUDED_BOBCAT_READLINEBUF_
|
|
|
|
+#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
+#include <cstdio>
|
|
+#include <cstdlib>
|
|
+#endif
|
|
+
|
|
#include <string>
|
|
#include <streambuf>
|
|
#include <memory>
|