diff --git a/include/lapi/mount.h b/include/lapi/mount.h index 01a0fd2d6e8..aea6bca77ac 100644 --- a/include/lapi/mount.h +++ b/include/lapi/mount.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * Copyright (c) Linux Test Project, 2015-2022 + * Copyright (c) Linux Test Project, 2015-2025 * Copyright (c) 2015 Cui Bixuan * Copyright (C) 2024 SUSE LLC Andrea Cervesato */ @@ -8,9 +8,14 @@ #ifndef LAPI_MOUNT_H__ #define LAPI_MOUNT_H__ +#include "config.h" #include + +/* + * NOTE: conflicts with , therefore not added + * although some definitions from it are used. + */ #include -#include "config.h" #ifndef MS_REC # define MS_REC 16384