summaryrefslogtreecommitdiffstats
path: root/src/bump_allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bump_allocator.c')
-rw-r--r--src/bump_allocator.c1
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"