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:
parent
c01a6af52f
commit
ec65f5dadc
2 changed files with 7 additions and 0 deletions
|
@ -55,6 +55,9 @@
|
|||
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef HAVE_IO_H
|
||||
#include <io.h>
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
|
@ -67,6 +67,10 @@
|
|||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_IO_H
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue