From 458b32bf5fdf5a9ad21b2244fb8620445f26af2c Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sat, 20 Jul 2024 19:40:35 +0100 Subject: [PATCH] Fix include --- src/typed_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typed_list.c b/src/typed_list.c index 295864a..4ab7817 100644 --- a/src/typed_list.c +++ b/src/typed_list.c @@ -1,4 +1,4 @@ -#include "list/typed_list.h" +#include "typed_list.h" #include "mem_arena.h" #include #include