From e7e302f2559ec2c8878e5b5205755900215196b3 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 5 Aug 2014 22:19:43 -0400 Subject: One more shot; errno.h needs to be in the ARM one too :) Change-Id: Icf5e5fb269c975eaaefc6e756f46d4530b982b1f --- firmware/asm/arm/thread.h | 1 + 1 file changed, 1 insertion(+) 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 }; #if (CONFIG_PLATFORM & PLATFORM_HOSTED) + #include #define DEFAULT_STACK_SIZE 0x1000 /* Bytes */ #else #define DEFAULT_STACK_SIZE 0x400 /* Bytes */ -- cgit v1.2.3