From c6e21ee18f71aa78ca6420bc835ab6b7e2dbcc65 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 13:12:38 +0200 Subject: score: Create scheduler implementation header Move implementation specific parts of scheduler.h and scheduler.inl into new header file schedulerimpl.h. The scheduler.h contains now only the application visible API. --- cpukit/score/src/scheduleredfunblock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/src/scheduleredfunblock.c') diff --git a/cpukit/score/src/scheduleredfunblock.c b/cpukit/score/src/scheduleredfunblock.c index 0aeb7dec65..a9fc08ce21 100644 --- a/cpukit/score/src/scheduleredfunblock.c +++ b/cpukit/score/src/scheduleredfunblock.c @@ -19,6 +19,7 @@ #endif #include +#include #include void _Scheduler_EDF_Unblock( -- cgit v1.2.3