
27 Nov
2018
27 Nov
'18
7:47 p.m.
On Sun, Nov 18, 2018 at 01:03:39PM +1100, Jonathan Gray wrote:
stdlib.h is the header for malloc since at least c89/c90. Previously this would fail to build on OpenBSD and fallback to the wrong header:
In file included from u-boot/tools/file2include.c:21: u-boot/include/malloc.h:875:5: error: function-like macro 'CONFIG_IS_ENABLED' is not defined
Signed-off-by: Jonathan Gray jsg@jsg.id.au Reviewed-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to u-boot/master, thanks!
--
Tom