From f9d533a5f3205b77da40c160516fc8bc7585b36f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 17 Jul 2013 14:34:05 +0200 Subject: posix: Create mutex implementation header Move implementation specific parts of mutex.h and mutex.inl into new header file muteximpl.h. The mutex.h contains now only the application visible API. --- cpukit/posix/src/condwait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/condwait.c') diff --git a/cpukit/posix/src/condwait.c b/cpukit/posix/src/condwait.c index b50fb33592..e6382bf348 100644 --- a/cpukit/posix/src/condwait.c +++ b/cpukit/posix/src/condwait.c @@ -27,7 +27,7 @@ #include #include #include -#include +#include /* * 11.4.4 Waiting on a Condition, P1003.1c/Draft 10, p. 105 -- cgit v1.2.3