git://wimlib.net
/
wimlib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
decompress_common.c: Add util.h back
[wimlib]
/
src
/
decompress_common.c
diff --git
a/src/decompress_common.c
b/src/decompress_common.c
index 2c3da1611324a00c4250794145a923688d7a595c..77fdd251903732eb4c03b2aba20debbb0b06332d 100644
(file)
--- 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 <string.h>