diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-16 16:54:39 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-16 16:55:23 -0400 |
commit | c3d6f07b8e4d22df533ce7a90660ae1da2df5476 (patch) | |
tree | f3012333ab647526b4a5bc22ba314e25e668c773 /build/header.mk | |
parent | d7e62391f934c65f3e2d8e5d6bff744747d077b0 (diff) | |
download | bfs-c3d6f07b8e4d22df533ce7a90660ae1da2df5476.tar.xz |
stat: Support __st_birthtim on OpenBSD
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 8412fd5..3cea6d7 100644 --- a/build/header.mk +++ b/build/header.mk @@ -9,6 +9,7 @@ include build/exports.mk # All header fragments we generate HEADERS := \ + gen/has/--st-birthtim.h \ gen/has/acl-get-entry.h \ gen/has/acl-get-file.h \ gen/has/acl-get-tag-type.h \ |