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