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/mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/mutex.c') diff --git a/cpukit/posix/src/mutex.c b/cpukit/posix/src/mutex.c index c6026e08d7..860588f5ef 100644 --- a/cpukit/posix/src/mutex.c +++ b/cpukit/posix/src/mutex.c @@ -29,7 +29,7 @@ #if defined(RTEMS_MULTIPROCESSING) #include #endif -#include +#include #include #include -- cgit v1.2.3