1
Fork 0
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:
Keisuke Nishida 2001-03-09 23:31:55 +00:00
parent 0c6f960254
commit ffdeebc3a9
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -30,6 +30,7 @@
#include "libguile/gh.h"
#include "libguile/iselect.h"
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif