diff options
Diffstat (limited to 'libguile/guile.c')
-rw-r--r-- | libguile/guile.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libguile/guile.c b/libguile/guile.c index f827d2642..c0472680b 100644 --- a/libguile/guile.c +++ b/libguile/guile.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1996, 1997, 2000, 2001, 2006, 2008, - * 2011, 2013 Free Software Foundation, Inc. +/* Copyright (C) 1996-1997,2000-2001,2006,2008,2011,2013,2018 + * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -38,6 +38,7 @@ #endif #include <ltdl.h> #include <locale.h> +#include <stdio.h> #ifdef HAVE_WINSOCK2_H #include <winsock2.h> |