From c90537fef059a1639ceafe356458ed0c97a6a8d3 Mon Sep 17 00:00:00 2001 From: psykose Date: Tue, 5 Sep 2023 02:01:07 +0000 Subject: [PATCH] lib: include endian.h for lcfs-internal.h required for htole16 and friends Signed-off-by: psykose --- libcomposefs/lcfs-internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcomposefs/lcfs-internal.h b/libcomposefs/lcfs-internal.h index c5da1e14..fc5654d5 100644 --- a/libcomposefs/lcfs-internal.h +++ b/libcomposefs/lcfs-internal.h @@ -17,6 +17,8 @@ #ifndef _LCFS_INTERNAL_H #define _LCFS_INTERNAL_H +#include + #include "lcfs-writer.h" #include "lcfs-fsverity.h" #include "hash.h"