summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2014-08-05 22:19:43 -0400
committerMichael Sevakis <jethead71@rockbox.org>2014-08-05 22:20:28 -0400
commite7e302f2559ec2c8878e5b5205755900215196b3 (patch)
treee555553a50e3b47bf967015316af428895bd4840
parent0615cb8042b5bc381288b1eb99fdfdda21f5dfeb (diff)
downloadrockbox-e7e302f2559ec2c8878e5b5205755900215196b3.tar.gz
rockbox-e7e302f2559ec2c8878e5b5205755900215196b3.zip
One more shot; errno.h needs to be in the ARM one too :)
Change-Id: Icf5e5fb269c975eaaefc6e756f46d4530b982b1f
-rw-r--r--firmware/asm/arm/thread.h1
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 */