From 277e3b7dd1bc85cd190c6e4c451c7bfab71ee07e Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Mon, 24 Mar 2025 22:55:45 -0500 Subject: Fix MEM_ALIGN_BYTES not being static --- src/main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 3f6d566..f3ca77e 100644 --- a/src/main.c +++ b/src/main.c @@ -1,12 +1,14 @@ #include "shared.h" +#include "arena.h" +#include "encryption.h" +#include "ll.h" #include #include #include int main() { - - + error(1, ENOTSUP, "No main file lol"); return 0; } \ No newline at end of file -- cgit v1.2.3