summaryrefslogtreecommitdiffstats
path: root/build/header.mk
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-05-07 13:24:06 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-05-07 15:13:28 -0400
commitc7320b94af8db53b0a4b0a96e37d6e81a0d4a68c (patch)
tree4697291e8010def6460a110932e9e1c167df561f /build/header.mk
parentcf032e8775a70729c397d731a5e2e1ecb58f4877 (diff)
downloadbfs-c7320b94af8db53b0a4b0a96e37d6e81a0d4a68c.tar.xz
build: Add a check for getmntinfo()
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 2cd13fa..52dcb6a 100644
--- a/build/header.mk
+++ b/build/header.mk
@@ -24,6 +24,7 @@ HEADERS := \
gen/has/getdents.h \
gen/has/getdents64.h \
gen/has/getdents64-syscall.h \
+ gen/has/getmntinfo.h \
gen/has/getprogname.h \
gen/has/getprogname-gnu.h \
gen/has/max-align-t.h \