* coop.c: Inserted #include <stdio.h>.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 10 Mar 2001 03:09:07 +0000 (03:09 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 10 Mar 2001 03:09:07 +0000 (03:09 +0000)
* iselect.c: Reinserted #include <stdio.h>.

libguile/ChangeLog
libguile/coop.c
libguile/iselect.c

index c918c10..4552f73 100644 (file)
@@ -1,3 +1,9 @@
+2001-03-09  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
+
+       * coop.c: Inserted #include <stdio.h>.
+
+       * iselect.c: Reinserted #include <stdio.h>.
+
 2001-03-10  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * posix.c: Replaced `#define' of __USE_XOPEN right before
index 339acc9..a6ef33e 100644 (file)
@@ -1,4 +1,4 @@
-/*     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+/*     Copyright (C) 1995, 1996, 1997, 1998, 1999, 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
  * If you do not wish that, delete this exception notice.  */
 \f
 
-/* $Id: coop.c,v 1.26 2000-11-30 10:26:44 dirk Exp $ */
+/* $Id: coop.c,v 1.27 2001-03-10 03:09:07 mdj Exp $ */
 
 /* Cooperative thread library, based on QuickThreads */
 
+#include <stdio.h>
+
 #ifdef HAVE_UNISTD_H 
 #include <unistd.h>
 #endif
index d7bda88..50ea3dc 100644 (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.  */
 \f
+#include <stdio.h>
 #include <limits.h>
 #include <string.h>