diff options
| author | 2026-03-23 12:13:00 +0100 | |
|---|---|---|
| committer | 2026-03-23 12:13:00 +0100 | |
| commit | 9ffc0e5a21817a45956bc35d5996bfae09c4d49e (patch) | |
| tree | c575a70d3f58651e2c3c08b0b496fd4d1b3d1983 /test | |
| parent | 4f2fb9ba5f529890b2a341e30a1c0c978a882e3a (diff) | |
4f2fb9ba5f fix
Diffstat (limited to 'test')
| -rw-r--r-- | test/19-libc-headers.c | 3 |
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> |