diff --git a/sched/group/group_free.c b/sched/group/group_free.c index 88205cebfb4..ce0cc9cad72 100644 --- a/sched/group/group_free.c +++ b/sched/group/group_free.c @@ -44,6 +44,7 @@ #include #include +#include "sched/sched.h" #include "group/group.h" #if (defined(CONFIG_BUILD_PROTECTED) || defined(CONFIG_BUILD_KERNEL)) && \ diff --git a/sched/group/group_malloc.c b/sched/group/group_malloc.c index e48bd3d35e8..89c0eccfdea 100644 --- a/sched/group/group_malloc.c +++ b/sched/group/group_malloc.c @@ -44,6 +44,7 @@ #include #include +#include "sched/sched.h" #include "group/group.h" #if (defined(CONFIG_BUILD_PROTECTED) || defined(CONFIG_BUILD_KERNEL)) && \