From d1febdd40faf2f66a901c42377a6b6efaad1449c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 28 Aug 2024 09:55:24 -0400 Subject: prelude: Split bfs-specific utilities into new bfs.h header --- tests/alloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/alloc.c') diff --git a/tests/alloc.c b/tests/alloc.c index 2d3077d..ec8e8f7 100644 --- a/tests/alloc.c +++ b/tests/alloc.c @@ -3,8 +3,10 @@ #include "prelude.h" #include "tests.h" + #include "alloc.h" #include "diag.h" + #include #include #include -- cgit v1.2.3