diff options
Diffstat (limited to 'libguile/dynl.c')
-rw-r--r-- | libguile/dynl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libguile/dynl.c b/libguile/dynl.c index 943fadc6e..4333b4ced 100644 --- a/libguile/dynl.c +++ b/libguile/dynl.c @@ -71,6 +71,8 @@ maybe_drag_in_eprintf () #include "smob.h" #include "keywords.h" +#include "scm_validate.h" + /* Converting a list of SCM strings into a argv-style array. You must have ints disabled for the whole lifetime of the created argv (from before MAKE_ARGV_FROM_STRINGLIST until after |