Fixes build on the hurd. Signed-off-by: Ahelenia Ziemiańska <nabijaczlew...@nabijaczleweli.xyz> --- lib/exclude.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/lib/exclude.c b/lib/exclude.c index e3c4ed5..5f6107b 100644 --- a/lib/exclude.c +++ b/lib/exclude.c @@ -8,6 +8,7 @@ #include "erofs/list.h" #include "erofs/print.h" #include "erofs/exclude.h" +#include "erofs/internal.h" #define EXCLUDE_RULE_EXACT_SIZE offsetof(struct erofs_exclude_rule, reg) #define EXCLUDE_RULE_REGEX_SIZE sizeof(struct erofs_exclude_rule) -- 2.40.1