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