From 05a814fe8c903f3fa56e4623a7509fd05edc27f4 Mon Sep 17 00:00:00 2001 From: pancake Date: Wed, 12 Feb 2025 09:43:27 +0100 Subject: [PATCH] fi --- src/entry.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/entry.c b/src/entry.c index 0198624..dd98b8b 100644 --- a/src/entry.c +++ b/src/entry.c @@ -3,7 +3,9 @@ #ifndef SDB_CUSTOM_HEAP extern SdbGlobalHeap sdb_gh_custom; #define SDB_CUSTOM_HEAP sdb_gh_custom -#else +#endif + +#if !USE_SDB_HEAP static const SdbGlobalHeap sdb_gh_libc = { NULL, NULL, NULL }; #endif