summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/powerpc/rdbg_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/librdbg/src/powerpc/rdbg_f.c')
-rw-r--r--c/src/librdbg/src/powerpc/rdbg_f.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/librdbg/src/powerpc/rdbg_f.c b/c/src/librdbg/src/powerpc/rdbg_f.c
index f0131e91d8..b7a1b39193 100644
--- a/c/src/librdbg/src/powerpc/rdbg_f.c
+++ b/c/src/librdbg/src/powerpc/rdbg_f.c
@@ -10,13 +10,12 @@
**************************************************************************
*/
-#include <rtems/score/cpu.h>
+#include <rtems.h>
#include <assert.h>
#include <errno.h>
#include <rdbg/reg.h>
#include <rdbg/remdeb.h>
#include <rdbg/rdbg.h>
-#include <rtems/score/thread.h>
void
CtxToRegs (const CPU_Exception_frame * ctx, xdr_regs * regs)