From 972a5c5f94b0364fd5bf9bfe6eadcef665b5505b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 18 Jul 2013 15:12:05 +0200 Subject: posix: Create message queue implementation header Move implementation specific parts of mqueue.h and mqueue.inl into new header file mqueueimpl.h. The mqueue.h contains now only the application visible API. --- cpukit/posix/src/mqueuenotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/mqueuenotify.c') diff --git a/cpukit/posix/src/mqueuenotify.c b/cpukit/posix/src/mqueuenotify.c index e2a53e9547..84a7d0dc4b 100644 --- a/cpukit/posix/src/mqueuenotify.c +++ b/cpukit/posix/src/mqueuenotify.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include /* -- cgit v1.2.3