From 6d127edfa0162219c54b10e3496a3e9530f62792 Mon Sep 17 00:00:00 2001 From: A404M Date: Mon, 10 Feb 2025 13:03:25 +0330 Subject: fix double free of code some clean up --- src/utils/string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/string.c') diff --git a/src/utils/string.c b/src/utils/string.c index 5f9b7de..a5baab4 100644 --- a/src/utils/string.c +++ b/src/utils/string.c @@ -1,5 +1,6 @@ #include "string.h" #include "memory.h" +#include "utils/log.h" #include #include -- cgit v1.2.3