aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/19-libc-headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/19-libc-headers.c')
-rw-r--r--test/19-libc-headers.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/19-libc-headers.c b/test/19-libc-headers.c
index 2c8db38..6069fef 100644
--- a/test/19-libc-headers.c
+++ b/test/19-libc-headers.c
@@ -34,9 +34,10 @@
#ifndef __STDC_NO_ATOMICS__
#include <stdatomic.h>
#endif
+#ifndef __STDC_NO_THREADS__
#include <threads.h>
+#endif
#include <stdnoreturn.h>
-#include <stdbit.h>
/* C23 */
// #include <stdbit.h>