1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00

* coop.c: Inserted #include <stdio.h>.

* iselect.c: Reinserted #include <stdio.h>.
This commit is contained in:
Mikael Djurfeldt 2001-03-10 03:09:07 +00:00
parent 0442652715
commit e75341b38d
3 changed files with 12 additions and 3 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
/* Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -39,6 +39,7 @@
* whether to permit this exception to apply to your modifications.
* If you do not wish that, delete this exception notice. */
#include <stdio.h>
#include <limits.h>
#include <string.h>