summaryrefslogtreecommitdiffstats
path: root/src/drivers/smmstore
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-06-23 06:57:53 +0200
committerMartin Roth <martinroth@google.com>2019-10-27 17:52:05 +0000
commitede8dd0b9c0dcf1a2f1478e5cb4e035c148b9ed1 (patch)
tree5e508448b1b823ae1025e56b48a495325b7d3b80 /src/drivers/smmstore
parent0edf6a59f8b5ad5dd6911078f349357fd36625ab (diff)
downloadcoreboot-ede8dd0b9c0dcf1a2f1478e5cb4e035c148b9ed1.tar.gz
coreboot-ede8dd0b9c0dcf1a2f1478e5cb4e035c148b9ed1.tar.bz2
coreboot-ede8dd0b9c0dcf1a2f1478e5cb4e035c148b9ed1.zip
src/{device,drivers}: Use 'include <stdlib.h>' when appropriate
Also, including <types.h>, is supposed to provide stdint and stddef. Change-Id: I99918a5a77e759bc7d4192d2c3fd6ad493c70248 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33681 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/drivers/smmstore')
-rw-r--r--src/drivers/smmstore/store.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/smmstore/store.c b/src/drivers/smmstore/store.c
index 3922746eea34..dc4a0cf75bcf 100644
--- a/src/drivers/smmstore/store.c
+++ b/src/drivers/smmstore/store.c
@@ -18,6 +18,8 @@
#include <commonlib/region.h>
#include <console/console.h>
#include <smmstore.h>
+#include <stdlib.h>
+#include <types.h>
/*
* The region format is still not finalized, but so far it looks like this: