diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-05-18 11:50:38 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-05-18 11:50:38 -0400 |
commit | 873e6bf836b2dd2d7dedc905c0386b7cd66c0d85 (patch) | |
tree | 1b694278606ef2c32e0d3a94ddd6c0d290554655 /src/config.h | |
parent | 796e384cae90e5ef5e14ba9aed907a5aaed1999d (diff) | |
download | bfs-873e6bf836b2dd2d7dedc905c0386b7cd66c0d85.tar.xz |
config: Include <stdnoreturn.h>
Diffstat (limited to 'src/config.h')
-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 |