From d072adfbe40e15715e2065f1900f8d5a76491c5f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Oct 2022 21:34:20 -0400 Subject: Hide errno utility functions --- src/bump_allocator.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bump_allocator.c') 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" -- cgit v1.2.1