X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fcompress.c;h=89d1245f6d30ca355acf42f858661eb5456c8256;hp=c40256a045c60a9756d2766cb23d8f9b2f28cea9;hb=e8c3ca2d1d0cac3d64985b45a9f654d2029a7518;hpb=726f9bbd0bd664294fce8a50be1d5b6881df8d16 diff --git a/src/compress.c b/src/compress.c index c40256a0..89d1245f 100644 --- a/src/compress.c +++ b/src/compress.c @@ -23,7 +23,15 @@ * along with wimlib; if not, see http://www.gnu.org/licenses/. */ -#include "compress.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + + +#include "wimlib/assert.h" +#include "wimlib/compress.h" +#include "wimlib/util.h" + #include #include