summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/msgqbroadcast.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-18 15:05:37 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:56:58 +0200
commit993a888dfde91cadbc723344035805ef770c8894 (patch)
tree97a819df192fdc3ec9f9fb9f86a02f1d22e870aa /cpukit/rtems/src/msgqbroadcast.c
parentscore: Avoid direct usage of _Thread_Executing (diff)
downloadrtems-993a888dfde91cadbc723344035805ef770c8894.tar.bz2
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.
Diffstat (limited to 'cpukit/rtems/src/msgqbroadcast.c')
-rw-r--r--cpukit/rtems/src/msgqbroadcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/msgqbroadcast.c b/cpukit/rtems/src/msgqbroadcast.c
index c56ab1a335..bca22fd70e 100644
--- a/cpukit/rtems/src/msgqbroadcast.c
+++ b/cpukit/rtems/src/msgqbroadcast.c
@@ -32,7 +32,7 @@
#endif
#include <rtems/rtems/status.h>
#include <rtems/rtems/attr.h>
-#include <rtems/rtems/message.h>
+#include <rtems/rtems/messageimpl.h>
#include <rtems/rtems/options.h>
#include <rtems/rtems/support.h>