diff options
Diffstat (limited to 'libguile/strings.c')
-rw-r--r-- | libguile/strings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/strings.c b/libguile/strings.c index e64c37b84..a30545079 100644 --- a/libguile/strings.c +++ b/libguile/strings.c @@ -22,6 +22,7 @@ # include <config.h> #endif +#include <alloca.h> #include <string.h> #include <stdio.h> #include <ctype.h> |