From e92c9c1eb410f39f55fd80c8895b545902406ea7 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Thu, 19 Mar 2026 23:06:55 +0300 Subject: Add macros for errors and todos, outline priority_queue.c --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index c67e0aa..4becc96 100644 --- a/main.c +++ b/main.c @@ -6,6 +6,7 @@ #include "map.h" #include "structs.h" #include "config.h" +#include "error.h" /* So, TODO for now: - Add a function/macro for errors, akin to sigint_handler() -- cgit v1.2.3