ports/devel/libbobcat/files/patch-readlinehistory-readlinehistory
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

12 lines
286 B
Text

--- readlinehistory/readlinehistory.orig 2013-10-04 18:57:32 UTC
+++ readlinehistory/readlinehistory
@@ -4,6 +4,9 @@
#include <iterator>
#include <string>
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <cstdio>
+#endif
#include <readline/history.h>
namespace FBB