summaryrefslogtreecommitdiffstats
path: root/src/device/device_util.c
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/device/device_util.c
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/device/device_util.c')
-rw-r--r--src/device/device_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/device_util.c b/src/device/device_util.c
index df66f5c62082..d8a84316c0cf 100644
--- a/src/device/device_util.c
+++ b/src/device/device_util.c
@@ -16,6 +16,7 @@
#include <device/path.h>
#include <device/pci_def.h>
#include <device/resource.h>
+#include <stdlib.h>
#include <string.h>
/**