X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flz77.c;h=5afe683b99e4357a504ff34dc310ede69772caae;hp=36166efe659c3a59fe082fbefb24eaddb33207b6;hb=e8c3ca2d1d0cac3d64985b45a9f654d2029a7518;hpb=726f9bbd0bd664294fce8a50be1d5b6881df8d16 diff --git a/src/lz77.c b/src/lz77.c index 36166efe..5afe683b 100644 --- a/src/lz77.c +++ b/src/lz77.c @@ -26,7 +26,13 @@ * along with wimlib; if not, see http://www.gnu.org/licenses/. */ -#include "compress.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include "wimlib/compress.h" +#include "wimlib/util.h" + #include #define LZ_MIN_MATCH 3