diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index c20f431..57cf105 100644 --- a/meson.build +++ b/meson.build @@ -225,8 +225,11 @@ pkg.generate( description: 'A lightweight portability and data structure C library') headers = [ + 'include/zix/allocator.h', + 'include/zix/attributes.h', 'include/zix/bitset.h', 'include/zix/btree.h', + 'include/zix/bump_allocator.h', 'include/zix/common.h', 'include/zix/digest.h', 'include/zix/hash.h', |