aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/util.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-15 21:05:37 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-29 20:27:52 +0000
commitbd1683da29d5688f97fcc43bef3e0df74e4196f9 (patch)
tree0f124f816bcfc3c6a9fe6459a0c5df5997eddd52 /src/drivers/intel/fsp2_0/util.c
parentb12ece98b09dd88634d93bcb41ca5c4cb9d86364 (diff)
src/{device,drivers}: Add missing 'include <types.h>'
<types.h> is supposed to provide <stdint.h> and <stddef.h>. So when <types.h> is included, <stdint.h> and/or <stddef.h> is removed. Change-Id: I3395715f9e2b03175089186ab2e57d9e508fc87c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32806 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Diffstat (limited to 'src/drivers/intel/fsp2_0/util.c')
-rw-r--r--src/drivers/intel/fsp2_0/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/intel/fsp2_0/util.c b/src/drivers/intel/fsp2_0/util.c
index 19b8127ac5..f670e6facd 100644
--- a/src/drivers/intel/fsp2_0/util.c
+++ b/src/drivers/intel/fsp2_0/util.c
@@ -16,6 +16,7 @@
#include <console/console.h>
#include <fsp/util.h>
#include <string.h>
+#include <types.h>
static bool looks_like_fsp_header(const uint8_t *raw_hdr)
{