From 86ae353d6267387bf216d5fd760a7ced7bced402 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Sep 2025 20:29:43 +0900 Subject: refactor: add src/ducc.h --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 94f75b1..b6fc238 100644 --- a/src/common.h +++ b/src/common.h @@ -1,7 +1,7 @@ #ifndef DUCC_COMMON_H #define DUCC_COMMON_H -#include +#include "ducc.h" _Noreturn void fatal_error(const char* msg, ...); -- cgit v1.2.3-70-g09d2