From c409b8aaf6b6f63bd68a3356e146ab80b2ec8c4b Mon Sep 17 00:00:00 2001 From: A404M Date: Wed, 25 Sep 2024 19:47:29 +0330 Subject: fixed multiple variable definition bug tried to implement import --- src/utils/file.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/utils/file.h') diff --git a/src/utils/file.h b/src/utils/file.h index 541e69d..104aec2 100644 --- a/src/utils/file.h +++ b/src/utils/file.h @@ -1,3 +1,6 @@ #pragma once -extern char *read_whole_file(const char *path); +#include +#include + +extern Code *read_whole_file(const char *path); -- cgit v1.2.3