1 2 3 4 5 6 7 8 9 10 11
--- lrzip_private.h.orig 2016-06-09 05:01:44 UTC +++ lrzip_private.h @@ -47,7 +47,7 @@ #ifdef HAVE_ALLOCA_H # include <alloca.h> #elif defined __GNUC__ -# define alloca __builtin_alloca +# include <stdlib.h> #elif defined _AIX # define alloca __alloca #elif defined _MSC_VER