ports/devel/libbobcat/files/patch-readlinebuf_readlinebuf
Muhammad Moinur Rahman 6e47a493b5 devel/libbobcat: Update version 3.21.01=>3.25.01
- Fix patch files to reflect 'make makepatch'
2015-06-07 11:32:57 +00:00

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>