From: Thomas Weißschuh Date: Thu, 3 Aug 2023 10:18:41 +0000 (+0200) Subject: meson: add check for linux/mount.h X-Git-Tag: v2.39.2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d54f7c9912278187415487816fb7479e431c85d;p=thirdparty%2Futil-linux.git meson: add check for linux/mount.h meson variant of commit 5502e73d8f82 ("libmount: check for linux/mount.h"). Signed-off-by: Thomas Weißschuh --- diff --git a/meson.build b/meson.build index b3641946ad..565e4fdab4 100644 --- a/meson.build +++ b/meson.build @@ -174,6 +174,7 @@ headers = ''' linux/kcmp.h linux/net_namespace.h linux/nsfs.h + linux/mount.h linux/pr.h linux/stat.h linux/securebits.h