diff options
Diffstat (limited to 'libguile.h')
-rw-r--r-- | libguile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libguile.h b/libguile.h index 3f7f0b791..e37b081c3 100644 --- a/libguile.h +++ b/libguile.h @@ -1,7 +1,8 @@ #ifndef SCM_LIBGUILE_H #define SCM_LIBGUILE_H -/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. +/* Copyright (C) 1995-1998,2000-2004,2006,2008-2014,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 @@ -39,6 +40,7 @@ extern "C" { #include "libguile/bitvectors.h" #include "libguile/bytevectors.h" #include "libguile/chars.h" +#include "libguile/chooks.h" #include "libguile/continuations.h" #include "libguile/dynl.h" #include "libguile/dynwind.h" |