From e75341b38d65736421ace4b75f405b0bcdaacf9c Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 10 Mar 2001 03:09:07 +0000 Subject: [PATCH] * coop.c: Inserted #include . * iselect.c: Reinserted #include . --- libguile/ChangeLog | 6 ++++++ libguile/coop.c | 6 ++++-- libguile/iselect.c | 3 ++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index c918c1084..4552f73ee 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2001-03-09 Mikael Djurfeldt + + * coop.c: Inserted #include . + + * iselect.c: Reinserted #include . + 2001-03-10 Marius Vollmer * posix.c: Replaced `#define' of __USE_XOPEN right before 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 + #ifdef HAVE_UNISTD_H #include #endif diff --git a/libguile/iselect.c b/libguile/iselect.c index d7bda8812..50ea3dc11 100644 --- a/libguile/iselect.c +++ b/libguile/iselect.c @@ -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 #include #include