vendorcode/cavium/bdk/libbdk-hal: Add missing <stdlib.h>

Change-Id: Id52603c525cce1bead423d188e23f6efd50511a9
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37377
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-11-30 17:27:19 +01:00 committed by Kyösti Mälkki
parent 6dc2fda469
commit 025cb700a1
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <bdk.h> #include <bdk.h>
#include <libbdk-hal/bdk-config.h> #include <libbdk-hal/bdk-config.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#include <lame_string.h> #include <lame_string.h>