diff options
Diffstat (limited to 'libguile/control.c')
-rw-r--r-- | libguile/control.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/control.c b/libguile/control.c index 636718d02..968876823 100644 --- a/libguile/control.c +++ b/libguile/control.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2010, 2011, 2012, 2013 Free Software Foundation, Inc. +/* Copyright (C) 2010-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 @@ -24,6 +24,7 @@ #include "libguile/_scm.h" #include "libguile/control.h" +#include "libguile/extensions.h" #include "libguile/programs.h" #include "libguile/instructions.h" #include "libguile/vm.h" |