summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threaddispatch.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-31 13:42:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-01 16:45:45 +0200
commitf031df0e637e3194494e34e97b94fb02a3933526 (patch)
treec4f63796d79a9e045f9c524c2a4e8092c2ed7abb /cpukit/score/src/threaddispatch.c
parentscore: ISR lock API changes (diff)
downloadrtems-f031df0e637e3194494e34e97b94fb02a3933526.tar.bz2
score: Rename tod.h to todimpl.h
Diffstat (limited to 'cpukit/score/src/threaddispatch.c')
-rw-r--r--cpukit/score/src/threaddispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c
index 09b5dbe105..c659f9fd67 100644
--- a/cpukit/score/src/threaddispatch.c
+++ b/cpukit/score/src/threaddispatch.c
@@ -22,7 +22,7 @@
#include <rtems/score/apiext.h>
#include <rtems/score/isr.h>
#include <rtems/score/threadimpl.h>
-#include <rtems/score/tod.h>
+#include <rtems/score/todimpl.h>
#include <rtems/score/userextimpl.h>
#include <rtems/score/wkspace.h>