exports: Add the malloc.h header
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2020 14:35:59 +0000 (07:35 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commit1f6510c4cf92b6056c333c9e0316c5bdbe061f1a
treedbb8b629dc0434662e9c18ddb18c87f372d7d3d7
parentcfda60f99ae237494e9341aad9676152d3bac3c9
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 <sjg@chromium.org>
common/exports.c