[PATCH 1/2] m68k/include/rtems/score/cpu.h: Add include of address.h

Joel Sherrill joel at rtems.org
Wed Jan 16 21:44:26 UTC 2019


---
 cpukit/score/cpu/m68k/include/rtems/score/cpu.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h
index 08690f2..38fe763 100644
--- a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h
@@ -222,6 +222,8 @@ typedef struct {
     #define _CPU_Context_Initialize_fp( _fp_area ) \
       memset( *(_fp_area), 0, sizeof( Context_Control_fp ) )
   #else
+    #include <rtems/score/address.h>
+
     /*
      *  FP context save area for the M68881/M68882 and 68060 numeric
      *  coprocessors.
-- 
1.8.3.1



More information about the devel mailing list