diff options
Diffstat (limited to 'libguile/dynl.c')
-rw-r--r-- | libguile/dynl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/dynl.c b/libguile/dynl.c index a5833e3e8..8634e7569 100644 --- a/libguile/dynl.c +++ b/libguile/dynl.c @@ -71,7 +71,7 @@ maybe_drag_in_eprintf () #include "smob.h" #include "keywords.h" -#include "scm_validate.h" +#include "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 |