From 241e4a48d9ece9c324e665daace4a7e4be317314 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Thu, 3 Aug 2023 12:18:41 +0200 Subject: [PATCH] meson: add check for linux/mount.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit meson variant of commit 5502e73d8f82 ("libmount: check for linux/mount.h"). Signed-off-by: Thomas Weißschuh --- meson.build | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3