From 8145ba753df183f0d48cd6e9cc5a01b215eb31dc Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Fri, 16 Jan 2026 13:41:52 +0100 Subject: Properly use header files and change return type for conversion from bool to int. --- charf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'charf.c') diff --git a/charf.c b/charf.c index 266ed5a..7f4f2af 100644 --- a/charf.c +++ b/charf.c @@ -1,9 +1,10 @@ -#include #include +#include #include //for multithreading #include #include +#include //getLine #include "misc.h" -- cgit v1.2.3