X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Flzx-decompress.c;h=c98b84c038ed55a09c2e43c4be971422cb6ffcb8;hb=41c221c509deed7dc9c2bd8eb8c7e93563b21199;hp=10c3711506392b47c67e32b8af7147b0428276c9;hpb=543d8a6b89049aff65fa7eabf5f4b376a196c8d2;p=wimlib diff --git a/src/lzx-decompress.c b/src/lzx-decompress.c index 10c37115..c98b84c0 100644 --- a/src/lzx-decompress.c +++ b/src/lzx-decompress.c @@ -107,9 +107,9 @@ # include "config.h" #endif -#include "wimlib.h" #include "wimlib/decompressor_ops.h" #include "wimlib/decompress_common.h" +#include "wimlib/error.h" #include "wimlib/lzx.h" #include "wimlib/util.h"