summaryrefslogtreecommitdiffstats
path: root/config/header.mk
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-04-19 14:58:38 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-04-19 15:50:45 -0400
commit0d8bf80364a23d9b90ab6c034625b60e4c566c61 (patch)
treeefe7a9f5eae510dd18cfbea4cd6af4f2c1883e4c /config/header.mk
parentc35d0c2ed5578b180e17c37588a047fd013cc619 (diff)
downloadbfs-0d8bf80364a23d9b90ab6c034625b60e4c566c61.tar.xz
config: Check for aligned_alloc()
Diffstat (limited to 'config/header.mk')
-rw-r--r--config/header.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/header.mk b/config/header.mk
index 06b8f7f..86a4dc5 100644
--- a/config/header.mk
+++ b/config/header.mk
@@ -10,6 +10,7 @@ include config/exports.mk
# All header fragments we generate
HEADERS := \
${GEN}/acl-is-trivial-np.h \
+ ${GEN}/aligned-alloc.h \
${GEN}/confstr.h \
${GEN}/fdclosedir.h \
${GEN}/getdents.h \