diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-07-28 11:01:58 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-07-28 11:01:58 -0400 |
commit | 7780379b27b868fe240d7ec1ceb6902280029731 (patch) | |
tree | 3ea332341aaa9756162688a0faafe96bbfedc9fa /build/header.mk | |
parent | 26f3c379c1603ebdc35d1653b677b9e22685fd81 (diff) | |
download | bfs-7780379b27b868fe240d7ec1ceb6902280029731.tar.xz |
bar: Use tcgetwinsize() from POSIX 2024 if available
Diffstat (limited to 'build/header.mk')
-rw-r--r-- | build/header.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/header.mk b/build/header.mk index a4f392e..8dc7a56 100644 --- a/build/header.mk +++ b/build/header.mk @@ -51,6 +51,7 @@ HEADERS := \ gen/has/strerror-r-posix.h \ gen/has/string-to-flags.h \ gen/has/strtofflags.h \ + gen/has/tcgetwinsize.h \ gen/has/timegm.h \ gen/has/tm-gmtoff.h \ gen/has/uselocale.h |