1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 20:05:32 +02:00

* posix.c (getlogin): getlogin() implementation for Windows.

* backtrace.c, ioext.c: Include <stdio.h>.

	* unif.c, script.c, rw.c, error.c: Include <io.h>, if it does
	exist.

	* cpp_sig_symbols.in: Added SIGBREAK.
This commit is contained in:
Martin Grabmüller 2001-07-03 15:27:56 +00:00
parent 166882e16b
commit 7beabedb0a
9 changed files with 50 additions and 1 deletions

View file

@ -44,6 +44,7 @@
#include <stdio.h>
#include <errno.h>
#include "libguile/_scm.h"