diff --git a/sched/sched/sched_processtimer.c b/sched/sched/sched_processtimer.c index 21547fa735f..b24f2d28089 100644 --- a/sched/sched/sched_processtimer.c +++ b/sched/sched/sched_processtimer.c @@ -46,6 +46,10 @@ # include #endif +#ifdef CONFIG_SYSTEMTICK_HOOK +# include +#endif + #include "sched/sched.h" #include "wdog/wdog.h" #include "clock/clock.h"