1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

* fports.c: Include io.h' is possible. Put *fp' into referring

statement block in `scm_fport_buffer_add()'.
Some corrections in `getflags()'.

* ioext.c, ports.c: Include `io.h' is possible.
This commit is contained in:
Marius Vollmer 2001-11-02 00:15:41 +00:00
parent c01a6af52f
commit ec65f5dadc
2 changed files with 7 additions and 0 deletions

View file

@ -55,6 +55,9 @@
#include <fcntl.h>
#ifdef HAVE_IO_H
#include <io.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

View file

@ -67,6 +67,10 @@
#include <malloc.h>
#endif
#ifdef HAVE_IO_H
#include <io.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif