From: Simon Glass Date: Mon, 3 Feb 2020 14:35:59 +0000 (-0700) Subject: exports: Add the malloc.h header X-Git-Tag: v2020.04-rc2~2^2~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1f6510c4cf92b6056c333c9e0316c5bdbe061f1a;p=oweals%2Fu-boot.git exports: Add the malloc.h header This file should include the malloc.h header since it references malloc(). Fix it. Signed-off-by: Simon Glass --- diff --git a/common/exports.c b/common/exports.c index b4f1f7af15..18af38a5f6 100644 --- a/common/exports.c +++ b/common/exports.c @@ -1,5 +1,6 @@ #include #include +#include #include #include