diff options
Diffstat (limited to 'libguile/syntax.c')
-rw-r--r-- | libguile/syntax.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/syntax.c b/libguile/syntax.c index df12c69c4..900182873 100644 --- a/libguile/syntax.c +++ b/libguile/syntax.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2017 Free Software Foundation, Inc. +/* Copyright (C) 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 @@ -24,6 +24,7 @@ #include "libguile/_scm.h" #include "libguile/keywords.h" +#include "libguile/eval.h" #include "libguile/ports.h" #include "libguile/syntax.h" #include "libguile/validate.h" |