From fe6c170cf58c5e42a63010b5b4c985749cbc98a6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 16:19:52 +0200 Subject: score: Create states implementation header Move implementation specific parts of states.h and states.inl into new header file statesimpl.h. The states.h contains now only the application visible API. --- cpukit/rtems/src/msgmp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/rtems/src/msgmp.c') diff --git a/cpukit/rtems/src/msgmp.c b/cpukit/rtems/src/msgmp.c index d5162511af..f045b69e35 100644 --- a/cpukit/rtems/src/msgmp.c +++ b/cpukit/rtems/src/msgmp.c @@ -28,6 +28,7 @@ #include #include #include +#include #include RTEMS_STATIC_ASSERT( -- cgit v1.2.3