diff options
Diffstat (limited to 'libguile/print.c')
-rw-r--r-- | libguile/print.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libguile/print.c b/libguile/print.c index 0d822c58b..0fdb24862 100644 --- a/libguile/print.c +++ b/libguile/print.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1995-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 @@ -44,6 +44,8 @@ +#include <errno.h> + #include "libguile/_scm.h" #include "libguile/chars.h" #include "libguile/continuations.h" |