diff options
Diffstat (limited to 'libguile/expand.h')
-rw-r--r-- | libguile/expand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/expand.h b/libguile/expand.h index 9c2732d87..86821eefc 100644 --- a/libguile/expand.h +++ b/libguile/expand.h @@ -3,7 +3,7 @@ #ifndef SCM_EXPAND_H #define SCM_EXPAND_H -/* Copyright (C) 2010, 2011, 2013, 2014 +/* Copyright (C) 2010, 2011, 2013, 2014, 2018 * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or @@ -25,6 +25,7 @@ #include "libguile/__scm.h" +#include "libguile/struct.h" |