aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-19 23:06:55 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-19 23:06:55 +0300
commite92c9c1eb410f39f55fd80c8895b545902406ea7 (patch)
treec1ed69f0511bedbc2ca6101a76347fb5905f2777 /main.c
parent055dd4d62b5c670272b18789c95e0e08b4b823c8 (diff)
Add macros for errors and todos, outline priority_queue.c
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
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()