diff options
Diffstat (limited to 'libguile/extensions.h')
-rw-r--r-- | libguile/extensions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/extensions.h b/libguile/extensions.h index 765f9bee1..03622cacd 100644 --- a/libguile/extensions.h +++ b/libguile/extensions.h @@ -3,7 +3,7 @@ #ifndef SCM_EXTENSIONS_H #define SCM_EXTENSIONS_H -/* Copyright (C) 2001, 2006, 2008 Free Software Foundation, Inc. +/* Copyright (C) 2001, 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/libpath.h" |