summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_tcu3
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-15 21:12:31 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-29 20:29:28 +0000
commite39db681dfd7c4127f1ac0e360e0930e72ef3ee3 (patch)
tree4f2e3ff9086fcc84047076e6125d14999cdb762d /src/mainboard/siemens/mc_tcu3
parent27d02d8286aff64115ae593a189c38fdaf3ce769 (diff)
downloadcoreboot-e39db681dfd7c4127f1ac0e360e0930e72ef3ee3.tar.xz
src/mainboard: 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: I3b1a395cfe8b710fb6b468e68f4c92e063794568 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32811 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Diffstat (limited to 'src/mainboard/siemens/mc_tcu3')
-rw-r--r--src/mainboard/siemens/mc_tcu3/ptn3460.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_tcu3/ptn3460.c b/src/mainboard/siemens/mc_tcu3/ptn3460.c
index 9acc60a345..414baeb089 100644
--- a/src/mainboard/siemens/mc_tcu3/ptn3460.c
+++ b/src/mainboard/siemens/mc_tcu3/ptn3460.c
@@ -17,6 +17,7 @@
#include <hwilib.h>
#include <string.h>
#include <delay.h>
+#include <types.h>
#include "soc/i2c.h"
#include "ptn3460.h"