From a660b8ecb98f6607c6b737b8199d9394f61cc1a0 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 13 May 2013 20:43:17 -0500 Subject: [PATCH] reparse.c: Include for alloca --- src/reparse.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/reparse.c b/src/reparse.c index 13360397..c00c7c1c 100644 --- a/src/reparse.c +++ b/src/reparse.c @@ -28,6 +28,10 @@ #include "lookup_table.h" #include "sha1.h" #include +#include +#ifdef HAVE_ALLOCA_H +# include +#endif static const utf16lechar volume_junction_prefix[11] = { cpu_to_le16('\\'), @@ -315,10 +319,6 @@ out_have_link: return ret; } -#ifdef HAVE_ALLOCA_H -# include -#endif - int wim_inode_set_symlink(struct wim_inode *inode, const char *target, -- 2.43.0