diff options
Diffstat (limited to 'devel/libbobcat/files/patch-readlinehistory-readlinehistory')
-rw-r--r-- | devel/libbobcat/files/patch-readlinehistory-readlinehistory | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/libbobcat/files/patch-readlinehistory-readlinehistory b/devel/libbobcat/files/patch-readlinehistory-readlinehistory new file mode 100644 index 000000000000..c408e7e1b902 --- /dev/null +++ b/devel/libbobcat/files/patch-readlinehistory-readlinehistory @@ -0,0 +1,12 @@ +--- ./readlinehistory/readlinehistory.orig 2010-11-04 12:52:11.000000000 +0100 ++++ ./readlinehistory/readlinehistory 2010-11-13 22:00:30.000000000 +0100 +@@ -4,6 +4,9 @@ + #include <iterator> + #include <string> + ++#ifdef __FreeBSD__ ++#include <stdio.h> ++#endif + #include <readline/history.h> + + namespace FBB |