From 51d0ed416822049a482bae05e25eec788cc86f96 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 7 Jun 2014 22:15:38 -0500 Subject: [PATCH] decompress_common.c: Add util.h back --- src/decompress_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/decompress_common.c b/src/decompress_common.c index 2c3da161..77fdd251 100644 --- a/src/decompress_common.c +++ b/src/decompress_common.c @@ -29,6 +29,7 @@ #include "wimlib/decompress_common.h" #include "wimlib/error.h" +#include "wimlib/util.h" /* for BUILD_BUG_ON() */ #include -- 2.43.0