blob: 0d0a20e66993b24003610ec69e0ff3abe7a2ef28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lrzip_private.h.orig 2015-03-10 09:25:42 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
|