]> wimlib.net Git - wimlib/commitdiff
decompress_common.c: Add util.h back
authorEric Biggers <ebiggers3@gmail.com>
Sun, 8 Jun 2014 03:15:38 +0000 (22:15 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 8 Jun 2014 03:15:38 +0000 (22:15 -0500)
src/decompress_common.c

index 2c3da1611324a00c4250794145a923688d7a595c..77fdd251903732eb4c03b2aba20debbb0b06332d 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "wimlib/decompress_common.h"
 #include "wimlib/error.h"
+#include "wimlib/util.h" /* for BUILD_BUG_ON()  */
 
 #include <string.h>