From 20f701f2ec81b1b050d7340b5fa8f5b771845cf2 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Fri, 9 Oct 2020 15:21:57 +0100 Subject: [PATCH] arch/xtensa/src/common/xtensa.h: Include sys/types.h to have a size_t definition. Otherwise the build would fail ifSTACK_COLORATION is enabled. Signed-off-by: Abdelatif Guettouche --- arch/xtensa/src/common/xtensa.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/xtensa/src/common/xtensa.h b/arch/xtensa/src/common/xtensa.h index 9e237273b2..8e91029707 100644 --- a/arch/xtensa/src/common/xtensa.h +++ b/arch/xtensa/src/common/xtensa.h @@ -44,6 +44,7 @@ #ifndef __ASSEMBLY__ # include +# include # include #endif