diff options
Diffstat (limited to 'libguile/iselect.c')
-rw-r--r-- | libguile/iselect.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <stdio.h> #include <limits.h> #include <string.h> |