summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/shared
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/shared')
-rw-r--r--bsps/powerpc/shared/clock/clock-ppc-dec.c1
-rw-r--r--bsps/powerpc/shared/exceptions/ppc_exc_print.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/bsps/powerpc/shared/clock/clock-ppc-dec.c b/bsps/powerpc/shared/clock/clock-ppc-dec.c
index c9bb16c451..103406673a 100644
--- a/bsps/powerpc/shared/clock/clock-ppc-dec.c
+++ b/bsps/powerpc/shared/clock/clock-ppc-dec.c
@@ -31,6 +31,7 @@
#include <libcpu/powerpc-utility.h>
#include <rtems/timecounter.h>
#include <rtems/score/percpu.h>
+#include <rtems/score/thread.h>
#include <bspopts.h> /* for CLOCK_DRIVER_USE_FAST_IDLE */
diff --git a/bsps/powerpc/shared/exceptions/ppc_exc_print.c b/bsps/powerpc/shared/exceptions/ppc_exc_print.c
index 5a3aad9f73..e4fcc73cb1 100644
--- a/bsps/powerpc/shared/exceptions/ppc_exc_print.c
+++ b/bsps/powerpc/shared/exceptions/ppc_exc_print.c
@@ -19,6 +19,7 @@
#include <bsp/vectors.h>
+#include <rtems/score/thread.h>
#include <rtems/score/threaddispatch.h>
#include <inttypes.h>