From 6efd3ee1cb1c85e39fcdc6f0eef0c0e86db827a6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Oct 2021 15:28:55 -0400 Subject: Fix incomplete header installation --- meson.build | 3 +++ 1 file changed, 3 insertions(+) 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', -- cgit v1.2.1