summaryrefslogtreecommitdiffstats
path: root/config/header.mk
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-04-18 17:30:08 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-04-19 15:50:45 -0400
commitd7130b3eee3e59f2e5475bbac5695cee54310c20 (patch)
tree07889c253703bf3994af630bbbe9c5ad81e8ca80 /config/header.mk
parent2d4ff1dcd044c09dd6368b6726d53b4f3afcd546 (diff)
downloadbfs-d7130b3eee3e59f2e5475bbac5695cee54310c20.tar.xz
config: Check for statx()
Diffstat (limited to 'config/header.mk')
-rw-r--r--config/header.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/header.mk b/config/header.mk
index 20cb7ae..ec53dfa 100644
--- a/config/header.mk
+++ b/config/header.mk
@@ -17,7 +17,9 @@ HEADERS := \
${GEN}/getprogname.h \
${GEN}/getprogname-gnu.h \
${GEN}/posix-spawn-addfchdir.h \
- ${GEN}/posix-spawn-addfchdir-np.h
+ ${GEN}/posix-spawn-addfchdir-np.h \
+ ${GEN}/statx.h \
+ ${GEN}/statx-syscall.h
${GEN}/config.h: ${HEADERS}
${MSG} "[ GEN] ${TGT}"