From: Robert Marko Date: Tue, 13 Jan 2026 11:07:38 +0000 (+0100) Subject: tools: amlimage: include X-Git-Tag: v2026.04-rc1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f42057c67fad2ad66ed73b9c13347ac7881876f;p=thirdparty%2Fu-boot.git tools: amlimage: include PRIuN, PRIxN, etc macros are defined in , without it being included errors like: tools/amlimage.c:124:38: error: expected ‘)’ before ‘PRIu8’ tools/amlimage.c:126:31: error: expected ‘)’ before ‘PRIu32’ Can be hit depending on the host compiler and HOSTCFLAGS. Fixes: 18c1654567dc ("tools: mkimage: Add Amlogic Boot Image type") Signed-off-by: Robert Marko Reviewed-by: Mark Kettenis Reviewed-by: Ferass El Hafidi --- diff --git a/tools/amlimage.c b/tools/amlimage.c index ecb06bc535b..bc6e19b9c24 100644 --- a/tools/amlimage.c +++ b/tools/amlimage.c @@ -2,6 +2,7 @@ // Copyright Contributors to the U-Boot project. #include "imagetool.h" +#include #include /*