From 4fc370e3c64c510d43d1e8808d664513baca2ad7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 5 Jun 2013 12:08:23 +0200 Subject: score: Move thread dispatch content to new file Move thread dispatch declarations and inline functions to new header to make it independent of the Thread_Control structure. This avoids a cyclic dependency in case thread dispatch functions are used for the object implementation. --- cpukit/score/src/schedulercbsgetexecutiontime.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/src/schedulercbsgetexecutiontime.c') diff --git a/cpukit/score/src/schedulercbsgetexecutiontime.c b/cpukit/score/src/schedulercbsgetexecutiontime.c index c2c0a3ef23..005cd325ad 100644 --- a/cpukit/score/src/schedulercbsgetexecutiontime.c +++ b/cpukit/score/src/schedulercbsgetexecutiontime.c @@ -23,6 +23,7 @@ #include #include #include +#include int _Scheduler_CBS_Get_execution_time ( Scheduler_CBS_Server_id server_id, -- cgit v1.2.3