Include <sys/mount.h> in decl_headers
authorŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 23 Mar 2023 21:15:04 +0000 (22:15 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Feb 2024 15:37:49 +0000 (16:37 +0100)
commit3563ec756f6fed241c251a0e872ffadebd2831b8
tree843168520cf43dd8f14e9cd5ff59f8cfd0d4165f
parentb53650054df4886c82a59c90f14b6187767e47eb
Include <sys/mount.h> in decl_headers

To properly decide whetehr to include <linux/fs.h> or not <sys/mount.h>
needs to be included too.

Change-Id: I897ad9cffd24f10fbfeda244101f3048239cfaac
Fixes: cbe32a421e ("glibc: Remove #include <linux/fs.h> to resolve fsconfig_command/mount_attr conflict with glibc 2.36")
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
meson.build