diff --git a/firmware/export/config.h b/firmware/export/config.h index d4e77cf893..bedf7df4e2 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -1265,6 +1265,12 @@ Lyre prototype 1 */ #endif #endif +#if defined(HAVE_SIGALTSTACK_THREADS) +#ifndef _XOPEN_SOURCE +#define _XOPEN_SOURCE 600 /* For sigaltstack */ +#endif +#endif + #ifdef CPU_MIPS #include /* MIPS GCC fix? */ #endif