diff options
Diffstat (limited to 'sysdeps/aarch64')
-rw-r--r-- | sysdeps/aarch64/fpu/fpu_control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/aarch64/fpu/fpu_control.h b/sysdeps/aarch64/fpu/fpu_control.h index d0cc5afc9f..217dc3c5f6 100644 --- a/sysdeps/aarch64/fpu/fpu_control.h +++ b/sysdeps/aarch64/fpu/fpu_control.h @@ -19,6 +19,8 @@ #ifndef _AARCH64_FPU_CONTROL_H #define _AARCH64_FPU_CONTROL_H +#include "features.h" + /* Macros for accessing the FPCR and FPSR. */ #if __GNUC_PREREQ (6,0) |