blob: c408e7e1b902048f9eedc5abb638fc24ea9e1d40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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
|