X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Freparse.c;h=c00c7c1c16906a6d95acc71ff9c989cc9f13e9ba;hp=133603976f1bfc53d59e6b0e5bc0682f7ca49984;hb=a660b8ecb98f6607c6b737b8199d9394f61cc1a0;hpb=be1dad10f323cd02d882ae3950e98260043a0bc9 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,