Jonathan Gray 958d46b53f tools/file2include: don't use malloc.h for malloc
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>
2018-11-26 22:52:12 -05:00
..
2018-10-09 04:40:27 -06:00
2018-05-31 08:53:11 -04:00
2018-10-08 07:34:34 -06:00
2018-10-22 13:01:27 +02:00
2018-10-22 13:01:27 +02:00
2018-10-22 13:01:27 +02:00
2009-04-28 01:16:46 +02:00