From e8de98e06af218d76f5640f5562fe16d40c6915c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 8 Jun 2022 10:44:03 +0200 Subject: [PATCH] libmount: fix compilation Fixes: https://github.com/util-linux/util-linux/issues/1711 Signed-off-by: Karel Zak --- libmount/src/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libmount/src/utils.c b/libmount/src/utils.c index ed5e68eef7..e967b65f74 100644 --- a/libmount/src/utils.c +++ b/libmount/src/utils.c @@ -31,6 +31,7 @@ #include "fileutils.h" #include "statfs_magic.h" #include "sysfs.h" +#include "namespace.h" /* * Return 1 if the file is not accessible or empty -- 2.47.2