summaryrefslogtreecommitdiffstats
path: root/build/header.mk
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-05-07 13:07:45 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-05-07 13:07:45 -0400
commit39b51c6d6e947778bf2b63fc9586a3236665881e (patch)
treeb1665af50717e114427bf857c5422b30faaa4728 /build/header.mk
parente514ebc67f0ece9b24d9cd7e5478d12297d0efcf (diff)
downloadbfs-39b51c6d6e947778bf2b63fc9586a3236665881e.tar.xz
build: Add checks for strtofflags() and string_to_flags()
Diffstat (limited to 'build/header.mk')
-rw-r--r--build/header.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/header.mk b/build/header.mk
index d235fd0..2cd13fa 100644
--- a/build/header.mk
+++ b/build/header.mk
@@ -40,6 +40,8 @@ HEADERS := \
gen/has/strerror-l.h \
gen/has/strerror-r-gnu.h \
gen/has/strerror-r-posix.h \
+ gen/has/string-to-flags.h \
+ gen/has/strtofflags.h \
gen/has/timegm.h \
gen/has/tm-gmtoff.h \
gen/has/uselocale.h