From 71ad1070843a2a5cff5762cfdd74d3958407078d Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Sun, 12 May 2024 20:19:11 +0200 Subject: [PATCH] lcfs-fsverity: Add _GNU_SOURCE feature test define This file uses htole64(), so it should define _GNU_SOURCE. Signed-off-by: Jan Luebbe --- libcomposefs/lcfs-fsverity.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcomposefs/lcfs-fsverity.c b/libcomposefs/lcfs-fsverity.c index 5e7a6cb1..4d4e6cbf 100644 --- a/libcomposefs/lcfs-fsverity.c +++ b/libcomposefs/lcfs-fsverity.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +#define _GNU_SOURCE + #include "config.h" #include