From 97552c98b630294cf9d5efb523e1e15db8df686f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2013 14:15:59 +0200 Subject: posix: Create priority implementation header Move implementation specific parts of priority.h and priority.inl into new header file priorityimpl.h. Remove priority.h since there is no application visible API. --- cpukit/posix/src/pthreadgetschedparam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/pthreadgetschedparam.c') diff --git a/cpukit/posix/src/pthreadgetschedparam.c b/cpukit/posix/src/pthreadgetschedparam.c index ee430715e8..0060682bdd 100644 --- a/cpukit/posix/src/pthreadgetschedparam.c +++ b/cpukit/posix/src/pthreadgetschedparam.c @@ -26,7 +26,7 @@ #include #include -#include +#include int pthread_getschedparam( pthread_t thread, -- cgit v1.2.3