From 0d83bed2e5928d5d3d94ed77e1f1dad2cb668ef8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 2 Dec 2021 14:00:53 +0100 Subject: rtems: Move scheduler directives to own header Move all rtems_scheduler_* directives to the new header file . Add a Scheduler Manager API and implementation group. --- cpukit/libmisc/cpuuse/cpuusagereset.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libmisc/cpuuse/cpuusagereset.c') diff --git a/cpukit/libmisc/cpuuse/cpuusagereset.c b/cpukit/libmisc/cpuuse/cpuusagereset.c index d1f0e65180..d677c6d330 100644 --- a/cpukit/libmisc/cpuuse/cpuusagereset.c +++ b/cpukit/libmisc/cpuuse/cpuusagereset.c @@ -20,6 +20,7 @@ #endif #include +#include #include #include #include -- cgit v1.2.3