From 993a888dfde91cadbc723344035805ef770c8894 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 18 Jul 2013 15:05:37 +0200 Subject: rtems: Create message queue implementation header Move implementation specific parts of message.h and message.inl into new header file messageimpl.h. The message.h contains now only the application visible API. --- cpukit/sapi/src/rtemsapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/sapi/src/rtemsapi.c') diff --git a/cpukit/sapi/src/rtemsapi.c b/cpukit/sapi/src/rtemsapi.c index f4370fe649..bf5ac492fb 100644 --- a/cpukit/sapi/src/rtemsapi.c +++ b/cpukit/sapi/src/rtemsapi.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #if defined(RTEMS_MULTIPROCESSING) #include #endif -- cgit v1.2.3