musl libc complains of lopart.c:76:12: error: ‘PATH_MAX’ undeclared (first use in this function)
Cc: Martin Wilck <[email protected]> Cc: Christophe Varoqui <[email protected]> Cc: device-mapper development <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> --- kpartx/lopart.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kpartx/lopart.c b/kpartx/lopart.c index 7005445..4e6dab4 100644 --- a/kpartx/lopart.c +++ b/kpartx/lopart.c @@ -29,6 +29,7 @@ #include <dirent.h> #include <sys/sysmacros.h> #include <linux/loop.h> +#include <limits.h> #include "lopart.h" #include "xstrncpy.h" -- 2.13.0 -- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
