diff options
-rw-r--r-- | firmware/asm/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/asm/thread.h b/firmware/asm/thread.h index 3fa8f5625d..be48095a8c 100644 --- a/firmware/asm/thread.h +++ b/firmware/asm/thread.h | |||
@@ -35,7 +35,7 @@ struct regs | |||
35 | size_t stack_size; /* stack size, not always used */ | 35 | size_t stack_size; /* stack size, not always used */ |
36 | uintptr_t stack; /* pointer to start of the stack buffer */ | 36 | uintptr_t stack; /* pointer to start of the stack buffer */ |
37 | }; | 37 | }; |
38 | 38 | #include <errno.h> | |
39 | #ifdef HAVE_SIGALTSTACK_THREADS | 39 | #ifdef HAVE_SIGALTSTACK_THREADS |
40 | #include <signal.h> | 40 | #include <signal.h> |
41 | /* MINSIGSTKSZ for the OS to deliver the signal + 0x3000 for us */ | 41 | /* MINSIGSTKSZ for the OS to deliver the signal + 0x3000 for us */ |