summaryrefslogtreecommitdiff
path: root/libguile/coop.c
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2001-03-10 03:09:07 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2001-03-10 03:09:07 +0000
commite75341b38d65736421ace4b75f405b0bcdaacf9c (patch)
treef5f9af28e72e1683100c6db284f3b63e1bc59532 /libguile/coop.c
parent04426527154e1f5dba4c0dddee5fc49cdb4264d4 (diff)
downloadguile-e75341b38d65736421ace4b75f405b0bcdaacf9c.tar.gz
* coop.c: Inserted #include <stdio.h>.
* iselect.c: Reinserted #include <stdio.h>.
Diffstat (limited to 'libguile/coop.c')
-rw-r--r--libguile/coop.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libguile/coop.c b/libguile/coop.c
index 339acc95e..a6ef33ed2 100644
--- a/libguile/coop.c
+++ b/libguile/coop.c
@@ -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
@@ -40,10 +40,12 @@
* If you do not wish that, delete this exception notice. */
-/* $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