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:
parent
18edab3ad2
commit
20f701f2ec
@ -44,6 +44,7 @@
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
# include <stdint.h>
|
||||
# include <sys/types.h>
|
||||
# include <stdbool.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user