From b1773746d856b3e3e4e732c39bcbda7687cad19a Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Mon, 21 Apr 2025 13:45:29 +0100 Subject: [PATCH] Add missing include --- src/containers/wapp_containers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/containers/wapp_containers.c b/src/containers/wapp_containers.c index 6fc30b2..3a6d76f 100644 --- a/src/containers/wapp_containers.c +++ b/src/containers/wapp_containers.c @@ -1,6 +1,7 @@ #ifndef WAPP_CONTAINERS_C #define WAPP_CONTAINERS_C +#include "wapp_containers.h" #include "dbl_list/dbl_list.c" #endif // !WAPP_CONTAINERS_C