Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 4ab8ee97b2f86f0de7ab33ede3d384ea > files > 8

readline4.3-4.3-alt8.src.rpm

# DP: include stdio.h in readline.h and history.h

--- readline-4.3.orig/readline.h	Thu Aug  5 14:10:59 1999
+++ readline-4.3/readline.h	Mon Oct  9 20:32:56 2000
@@ -32,6 +32,7 @@
 #  include "keymaps.h"
 #  include "tilde.h"
 #else
+#  include <stdio.h>
 #  include <readline/rlstdc.h>
 #  include <readline/keymaps.h>
 #  include <readline/tilde.h>

--- readline-4.3/history.h	Tue Mar  6 19:54:26 2001
+++ readline-4.3.orig/history.h	Sat Jul 21 19:05:01 2001
@@ -30,6 +30,7 @@
 #  include "rlstdc.h"
 #  include "rltypedefs.h"
 #else
+#  include <stdio.h>
 #  include <readline/rlstdc.h>
 #  include <readline/rltypedefs.h>
 #endif