diff options
Diffstat (limited to 'libguile/strings.c')
-rw-r--r-- | libguile/strings.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/strings.c b/libguile/strings.c index 90051bd1b..8f0e06da3 100644 --- a/libguile/strings.c +++ b/libguile/strings.c @@ -17,6 +17,9 @@ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif #include <string.h> #include <stdio.h> |