From b10658653ba4567191ffcd98e0e4c1a3df3f0db0 Mon Sep 17 00:00:00 2001 From: Jukka Laitinen Date: Tue, 19 Jul 2022 15:47:38 +0400 Subject: [PATCH] fs/partition/fs_gpt.c: Fix compilation error PRI?OFF macros are defined in inttypes, so include it Signed-off-by: Jukka Laitinen --- fs/partition/fs_gpt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/partition/fs_gpt.c b/fs/partition/fs_gpt.c index 13184e7f2b..d337c78445 100644 --- a/fs/partition/fs_gpt.c +++ b/fs/partition/fs_gpt.c @@ -26,6 +26,7 @@ #include #include #include +#include #include