summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/no_cpu/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/no_cpu/cpu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/no_cpu/cpu.h b/c/src/exec/score/cpu/no_cpu/cpu.h
index cf38b64a4d..5bd0f69c8c 100644
--- a/c/src/exec/score/cpu/no_cpu/cpu.h
+++ b/c/src/exec/score/cpu/no_cpu/cpu.h
@@ -21,7 +21,10 @@
extern "C" {
#endif
-#include <no_cpu.h> /* pick up machine definitions */
+#include <rtems/no_cpu.h> /* pick up machine definitions */
+#ifndef ASM
+#include <rtems/no_cputypes.h>
+#endif
/* conditional compilation parameters */