summaryrefslogtreecommitdiff
path: root/src/vendorcode
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-15 21:07:30 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-29 20:28:07 +0000
commit5fd93e05820d742fac5dbc1b371b464a88bb9043 (patch)
tree167d987649783a4b6924aae8e3c9f962ff89fcd2 /src/vendorcode
parentbd1683da29d5688f97fcc43bef3e0df74e4196f9 (diff)
downloadcoreboot-5fd93e05820d742fac5dbc1b371b464a88bb9043.tar.xz
src/{ec,vendorcode}: 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: I1eb4163fb36a47b584f1fc9dd3c012e2930e9866 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32807 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/siemens/hwilib/hwilib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vendorcode/siemens/hwilib/hwilib.c b/src/vendorcode/siemens/hwilib/hwilib.c
index 1213dce4ed..a4d87addff 100644
--- a/src/vendorcode/siemens/hwilib/hwilib.c
+++ b/src/vendorcode/siemens/hwilib/hwilib.c
@@ -18,8 +18,9 @@
#include <console/console.h>
#include <device/mmio.h>
#include <arch/early_variables.h>
-#include "hwilib.h"
+#include <types.h>
+#include "hwilib.h"
#define MAX_BLOCK_NUM 4
#define LEN_HIB 0x1fd