diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-04-15 10:36:51 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-04-15 10:36:51 -0400 |
commit | 0885d1e2839bb5a74fcec2107c9d1f061cb9c4a9 (patch) | |
tree | fb2b043b2ad955f6f0ee8e33ff346afec1000a0e /build/header.mk | |
parent | 99ee1a95551cd869c56f5ee0a07047a35e8900d6 (diff) | |
download | bfs-0885d1e2839bb5a74fcec2107c9d1f061cb9c4a9.tar.xz |
bfstd: Add a tcsetwinsize() polyfill
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 0e3af14..13672ba 100644 --- a/build/header.mk +++ b/build/header.mk @@ -56,6 +56,7 @@ HEADERS := \ gen/has/string-to-flags.h \ gen/has/strtofflags.h \ gen/has/tcgetwinsize.h \ + gen/has/tcsetwinsize.h \ gen/has/timegm.h \ gen/has/timer-create.h \ gen/has/tm-gmtoff.h \ |