From 6e93dc4a95d9b222c56d3eb125efb5e535b5e42c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 22 Jul 2013 10:49:19 +0200 Subject: score: Create chain implementation header Move implementation specific parts of chain.h and chain.inl into new header file chainimpl.h. The chain.h contains now only the application visible API. --- cpukit/score/inline/rtems/score/schedulerpriority.inl | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/inline/rtems/score/schedulerpriority.inl') diff --git a/cpukit/score/inline/rtems/score/schedulerpriority.inl b/cpukit/score/inline/rtems/score/schedulerpriority.inl index 4655f9501f..fc108d6ae5 100644 --- a/cpukit/score/inline/rtems/score/schedulerpriority.inl +++ b/cpukit/score/inline/rtems/score/schedulerpriority.inl @@ -24,6 +24,7 @@ #ifndef _RTEMS_SCORE_SCHEDULERPRIORITY_INL #define _RTEMS_SCORE_SCHEDULERPRIORITY_INL +#include #include /** -- cgit v1.2.3