diff options
Diffstat (limited to 'libguile/programs.c')
-rw-r--r-- | libguile/programs.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libguile/programs.c b/libguile/programs.c index 237d282ec..0cf799e59 100644 --- a/libguile/programs.c +++ b/libguile/programs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2009, 2010, 2011, 2012, 2013, 2014, 2017 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2009-2014, 2017-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 @@ -23,6 +23,9 @@ #include <string.h> #include "_scm.h" #include "instructions.h" +#include "alist.h" +#include "eval.h" +#include "extensions.h" #include "modules.h" #include "programs.h" #include "procprop.h" /* scm_sym_name */ |