diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 47aa529..f06300e 100644 --- a/src/config.h +++ b/src/config.h @@ -13,6 +13,7 @@ #if __STDC_VERSION__ < 202311L # include <stdalign.h> # include <stdbool.h> +# include <stdnoreturn.h> #endif // bfs packaging configuration |