mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* readline.c: Add #include <stdio.h>
This commit is contained in:
parent
0c6f960254
commit
ffdeebc3a9
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-03-09 Keisuke Nishida <kxn30@po.cwru.edu>
|
||||
|
||||
* readline.c: Add #include <stdio.h>
|
||||
|
||||
2001-03-05 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* readline.scm (make-readline-port): Rewrite using
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include "libguile/gh.h"
|
||||
#include "libguile/iselect.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue