mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-01 15:20: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>
|
2001-03-05 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
* readline.scm (make-readline-port): Rewrite using
|
* readline.scm (make-readline-port): Rewrite using
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
#include "libguile/gh.h"
|
#include "libguile/gh.h"
|
||||||
#include "libguile/iselect.h"
|
#include "libguile/iselect.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue