summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers/watchdog.h')
-rw-r--r--c/src/exec/score/headers/watchdog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/headers/watchdog.h b/c/src/exec/score/headers/watchdog.h
index 7e871c8881..4fc2849343 100644
--- a/c/src/exec/score/headers/watchdog.h
+++ b/c/src/exec/score/headers/watchdog.h
@@ -22,7 +22,7 @@
extern "C" {
#endif
-#include <rtems/core/object.h>
+#include <rtems/score/object.h>
/*
* The following type defines the control block used to manage
@@ -408,7 +408,7 @@ void _Watchdog_Tickle (
Chain_Control *header
);
-#include <rtems/core/watchdog.inl>
+#include <rtems/score/watchdog.inl>
#ifdef __cplusplus
}