summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/tasksimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 10:57:21 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 13:25:40 +0100
commitb7af3e449a513c6f4b5623ddeb35b8d61399f8f5 (patch)
tree02c8c60079fa8b235b53fd7e11d1f55fed7319d1 /cpukit/include/rtems/rtems/tasksimpl.h
parentrtems: Move internal structures to semdata.h (diff)
downloadrtems-b7af3e449a513c6f4b5623ddeb35b8d61399f8f5.tar.bz2
rtems: Move internal structures to tasksdata.h
Update #3598.
Diffstat (limited to 'cpukit/include/rtems/rtems/tasksimpl.h')
-rw-r--r--cpukit/include/rtems/rtems/tasksimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/tasksimpl.h b/cpukit/include/rtems/rtems/tasksimpl.h
index b0432351f3..b6694cc416 100644
--- a/cpukit/include/rtems/rtems/tasksimpl.h
+++ b/cpukit/include/rtems/rtems/tasksimpl.h
@@ -17,7 +17,7 @@
#ifndef _RTEMS_RTEMS_TASKSIMPL_H
#define _RTEMS_RTEMS_TASKSIMPL_H
-#include <rtems/rtems/tasks.h>
+#include <rtems/rtems/tasksdata.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threadimpl.h>