From d6feb080863743bf35dc24ca178aa138f4a9ba66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 30 Jan 2015 17:43:58 +0100 Subject: [PATCH] include alloca.h if available --- libmget/hashfile.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libmget/hashfile.c b/libmget/hashfile.c index 4ce922e0..dd3f29a4 100644 --- a/libmget/hashfile.c +++ b/libmget/hashfile.c @@ -33,6 +33,9 @@ #include #include #include +#ifdef HAVE_ALLOCA_H +# include +#endif #ifdef HAVE_MMAP # include #endif