diff options
Diffstat (limited to 'libguile/deprecated.c')
-rw-r--r-- | libguile/deprecated.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/deprecated.c b/libguile/deprecated.c index acf9b198f..d47a0c59f 100644 --- a/libguile/deprecated.c +++ b/libguile/deprecated.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2004, 2006, 2008-2017 Free Software Foundation, Inc. +/* Copyright (C) 2003-2004, 2006, 2008-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 @@ -24,6 +24,7 @@ #include "libguile/_scm.h" #include "libguile/deprecation.h" +#include "libguile/deprecated.h" #if (SCM_ENABLE_DEPRECATED == 1) |