From cbdabc8b30c8ad58a899e1086ffc38dd43ef4ff9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2013 14:48:57 +0200 Subject: score: Create rwlock implementation header Move implementation specific parts of corerwlock.h and corerwlock.inl into new header file corerwlockimpl.h. The corerwlock.h contains now only the application visible API. --- cpukit/score/src/corerwlockobtainwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/corerwlockobtainwrite.c') diff --git a/cpukit/score/src/corerwlockobtainwrite.c b/cpukit/score/src/corerwlockobtainwrite.c index e2b8806028..8335791545 100644 --- a/cpukit/score/src/corerwlockobtainwrite.c +++ b/cpukit/score/src/corerwlockobtainwrite.c @@ -19,7 +19,7 @@ #endif #include -#include +#include #include #include #include -- cgit v1.2.3