Skip to content

Commit 2c7dba9

Browse files
fix: fix compile xz error
1 parent 0d20886 commit 2c7dba9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/src/main/cpp/linker/xz/xz_dec_lzma2.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
* Authors: Lasse Collin <[email protected]>
66
* Igor Pavlov <https://7-zip.org/>
77
*/
8-
#include "xz_lzma2.h"
98
#include "xz_private.h"
9+
10+
#include "xz_lzma2.h"
1011
/*
1112
* Range decoder initialization eats the first five bytes of each LZMA chunk.
1213
*/

0 commit comments

Comments
 (0)