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 <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2020-10-09 15:21:57 +01:00 committed by Xiang Xiao
parent 18edab3ad2
commit 20f701f2ec

View File

@ -44,6 +44,7 @@
#ifndef __ASSEMBLY__
# include <stdint.h>
# include <sys/types.h>
# include <stdbool.h>
#endif