From: Eric Biggers Date: Tue, 14 May 2013 01:43:17 +0000 (-0500) Subject: reparse.c: Include for alloca X-Git-Tag: v1.4.0~74 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=a660b8ecb98f6607c6b737b8199d9394f61cc1a0 reparse.c: Include for alloca --- 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,