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.40-rc1~296^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=241e4a48d9ece9c324e665daace4a7e4be317314;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 eb91debbba..6275d280ad 100644 --- a/meson.build +++ b/meson.build @@ -175,6 +175,7 @@ headers = ''' linux/kcmp.h linux/net_namespace.h linux/nsfs.h + linux/mount.h linux/pr.h linux/stat.h linux/securebits.h