summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h6
1 files changed, 6 insertions, 0 deletions
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 */
1265#endif 1265#endif
1266#endif 1266#endif
1267 1267
1268#if defined(HAVE_SIGALTSTACK_THREADS)
1269#ifndef _XOPEN_SOURCE
1270#define _XOPEN_SOURCE 600 /* For sigaltstack */
1271#endif
1272#endif
1273
1268#ifdef CPU_MIPS 1274#ifdef CPU_MIPS
1269#include <stdbool.h> /* MIPS GCC fix? */ 1275#include <stdbool.h> /* MIPS GCC fix? */
1270#endif 1276#endif