summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/ratemonimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-07 14:12:52 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:39 +0100
commit78bbe5940b385269de8282e0224c25d020478bc1 (patch)
treef7b9fac1307ca66368674bd3f4495890266da3e9 /cpukit/include/rtems/rtems/ratemonimpl.h
parentInclude missing <sys/types.h> (diff)
downloadrtems-78bbe5940b385269de8282e0224c25d020478bc1.tar.bz2
rtems: Move internal structures to ratemondata.h
Update #3598.
Diffstat (limited to 'cpukit/include/rtems/rtems/ratemonimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/ratemonimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/ratemonimpl.h b/cpukit/include/rtems/rtems/ratemonimpl.h
index ba38a3e61a..2a417f66c6 100644
--- a/cpukit/include/rtems/rtems/ratemonimpl.h
+++ b/cpukit/include/rtems/rtems/ratemonimpl.h
@@ -19,7 +19,7 @@
#ifndef _RTEMS_RTEMS_RATEMONIMPL_H
#define _RTEMS_RTEMS_RATEMONIMPL_H
-#include <rtems/rtems/ratemon.h>
+#include <rtems/rtems/ratemondata.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threadimpl.h>