diff options
Diffstat (limited to 'libguile/srcprop.h')
-rw-r--r-- | libguile/srcprop.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libguile/srcprop.h b/libguile/srcprop.h index 0252e54a1..6f417efa2 100644 --- a/libguile/srcprop.h +++ b/libguile/srcprop.h @@ -3,8 +3,8 @@ #ifndef SCM_SRCPROP_H #define SCM_SRCPROP_H -/* Copyright (C) 1995, 1996, 2000, 2001, 2006, 2008, 2009, 2010, - * 2011, 2012 Free Software Foundation, Inc. +/* Copyright (C) 1995-1996,2000-2001,2006,2008-2012,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 @@ -25,6 +25,7 @@ #include "libguile/__scm.h" +#include "libguile/boolean.h" |