diff options
Diffstat (limited to 'math/spar/files/patch-spar::readline.c')
-rw-r--r-- | math/spar/files/patch-spar::readline.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/spar/files/patch-spar::readline.c b/math/spar/files/patch-spar::readline.c new file mode 100644 index 000000000000..4c1fc29c64c1 --- /dev/null +++ b/math/spar/files/patch-spar::readline.c @@ -0,0 +1,10 @@ +--- spar/readline.c.orig Fri Jun 1 11:25:10 2001 ++++ spar/readline.c Fri Jun 1 11:25:24 2001 +@@ -30,6 +30,7 @@ + #include "cmd_table.h" + + #ifdef HAVE_READLINE_HISTORY_H ++#include <stdio.h> + #include <readline/history.h> + + int |