Add missing import of alloca.h. * libfshelp/set-options.c: Add missing import. --- libfshelp/set-options.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/libfshelp/set-options.c b/libfshelp/set-options.c index 13e4001..77cdba1 100644 --- a/libfshelp/set-options.c +++ b/libfshelp/set-options.c @@ -23,6 +23,7 @@ #include <mach.h> #include <argp.h> #include <argz.h> +#include <alloca.h> #include "fshelp.h" -- 1.7.10.4