summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psx01/init.c2
-rw-r--r--testsuites/psxtests/psx05/init.c2
-rw-r--r--testsuites/psxtests/psxclock/init.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psx01/init.c b/testsuites/psxtests/psx01/init.c
index 128bf23c02..59605b49af 100644
--- a/testsuites/psxtests/psx01/init.c
+++ b/testsuites/psxtests/psx01/init.c
@@ -18,7 +18,7 @@
#include "system.h"
#include "pritime.h"
-#include <rtems/score/tod.h>
+#include <rtems/score/todimpl.h>
void *POSIX_Init(
void *argument
diff --git a/testsuites/psxtests/psx05/init.c b/testsuites/psxtests/psx05/init.c
index dc6a0c1637..67300b6480 100644
--- a/testsuites/psxtests/psx05/init.c
+++ b/testsuites/psxtests/psx05/init.c
@@ -17,7 +17,7 @@
#include "system.h"
#include <errno.h>
-#include <rtems/score/tod.h>
+#include <rtems/score/todimpl.h>
#define MUTEX_BAD_ID 0xfffffffe
diff --git a/testsuites/psxtests/psxclock/init.c b/testsuites/psxtests/psxclock/init.c
index 819bc15d6d..8011df2918 100644
--- a/testsuites/psxtests/psxclock/init.c
+++ b/testsuites/psxtests/psxclock/init.c
@@ -17,7 +17,7 @@
#include "pmacros.h"
#include "pritime.h"
-#include <rtems/score/tod.h>
+#include <rtems/score/todimpl.h>
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);