diff options
Diffstat (limited to 'firmware/asm/arm/thread.h')
-rw-r--r-- | firmware/asm/arm/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/asm/arm/thread.h b/firmware/asm/arm/thread.h index ec9bbcb3cd..7b8ebc2041 100644 --- a/firmware/asm/arm/thread.h +++ b/firmware/asm/arm/thread.h | |||
@@ -30,6 +30,7 @@ struct regs | |||
30 | }; | 30 | }; |
31 | 31 | ||
32 | #if (CONFIG_PLATFORM & PLATFORM_HOSTED) | 32 | #if (CONFIG_PLATFORM & PLATFORM_HOSTED) |
33 | #include <errno.h> | ||
33 | #define DEFAULT_STACK_SIZE 0x1000 /* Bytes */ | 34 | #define DEFAULT_STACK_SIZE 0x1000 /* Bytes */ |
34 | #else | 35 | #else |
35 | #define DEFAULT_STACK_SIZE 0x400 /* Bytes */ | 36 | #define DEFAULT_STACK_SIZE 0x400 /* Bytes */ |