From 4596127889c027be380525d4213d99e11b22da2c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 10 Jan 2019 13:14:03 -0600 Subject: m68k/include/rtems/score/cpu.h: Add include of address.h --- cpukit/score/cpu/m68k/include/rtems/score/cpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/cpu/m68k') diff --git a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h index 08690f20bd..38fe763fc7 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 + /* * FP context save area for the M68881/M68882 and 68060 numeric * coprocessors. -- cgit v1.2.3