diff options
author | David Robillard <d@drobilla.net> | 2022-10-20 21:34:20 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-10-21 12:45:39 -0400 |
commit | d072adfbe40e15715e2065f1900f8d5a76491c5f (patch) | |
tree | 350f7c5c70e84d7a1d98a8e9389af4a4d3631cb1 /src/bump_allocator.c | |
parent | 60e86c7b2a05dab33fc66f4fa5b2954d79456cb6 (diff) | |
download | zix-d072adfbe40e15715e2065f1900f8d5a76491c5f.tar.gz zix-d072adfbe40e15715e2065f1900f8d5a76491c5f.tar.bz2 zix-d072adfbe40e15715e2065f1900f8d5a76491c5f.zip |
Hide errno utility functions
Diffstat (limited to 'src/bump_allocator.c')
-rw-r--r-- | src/bump_allocator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bump_allocator.c b/src/bump_allocator.c index f9031b1..924a1c8 100644 --- a/src/bump_allocator.c +++ b/src/bump_allocator.c @@ -2,6 +2,7 @@ // SPDX-License-Identifier: ISC #include "zix/bump_allocator.h" + #include "zix/allocator.h" #include "zix/attributes.h" |