From: Heinrich Schuchardt Date: Sat, 5 Feb 2022 19:10:03 +0000 (+0100) Subject: tools: mkeficapsule: dont use malloc.h X-Git-Tag: v2022.04-rc2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bbe12f61c4f7208b428cc038170dc286c872a91;p=pandora-u-boot.git tools: mkeficapsule: dont use malloc.h malloc() functions are declared via stdlib.h. Including malloc.h can lead to build errors e.g. on OS-X. Signed-off-by: Heinrich Schuchardt --- diff --git a/tools/mkeficapsule.c b/tools/mkeficapsule.c index 243fd6e4837..d6e3725e5f6 100644 --- a/tools/mkeficapsule.c +++ b/tools/mkeficapsule.c @@ -5,7 +5,6 @@ */ #include -#include #include #include #include