From 0adc87c75d3c8b67d70008af39ba256a68ae00f8 Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Mon, 7 Sep 2020 13:46:04 +0200 Subject: [PATCH] drivers: st: add missing includes in ETZPC header Depending on compiler, the issue about bool or uint*_t not defined can appear. Correct this by adding stdbool.h and stdint.h includes in etzpc.h. Change-Id: If1419dc511efbe682459fa4a776481fa52a38aa3 Signed-off-by: Yann Gautier --- include/drivers/st/etzpc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/drivers/st/etzpc.h b/include/drivers/st/etzpc.h index 6e3fec1ea..4cd2b4e0b 100644 --- a/include/drivers/st/etzpc.h +++ b/include/drivers/st/etzpc.h @@ -7,6 +7,9 @@ #ifndef DRIVERS_ST_ETZPC_H #define DRIVERS_ST_ETZPC_H +#include +#include + /* Define security level for each peripheral (DECPROT) */ enum etzpc_decprot_attributes { ETZPC_DECPROT_S_RW = 0,