summaryrefslogtreecommitdiffstats
path: root/build/header.mk
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-07-28 11:01:58 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-07-28 11:01:58 -0400
commit7780379b27b868fe240d7ec1ceb6902280029731 (patch)
tree3ea332341aaa9756162688a0faafe96bbfedc9fa /build/header.mk
parent26f3c379c1603ebdc35d1653b677b9e22685fd81 (diff)
downloadbfs-7780379b27b868fe240d7ec1ceb6902280029731.tar.xz
bar: Use tcgetwinsize() from POSIX 2024 if available
Diffstat (limited to 'build/header.mk')
-rw-r--r--build/header.mk1
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