From a262dc8acd581052ee6b5d5430af69148540a843 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sat, 23 Aug 2025 00:01:31 +0200 Subject: Move to luajit and fix logs --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index bb8bf83..c6e5433 100644 --- a/src/config.h +++ b/src/config.h @@ -5,7 +5,7 @@ #include #include "util.h" -#include "log.h" +#include "any_log.h" typedef struct block block_t; -- cgit v1.2.3