diff --git a/ChangeLog b/ChangeLog index 5d42899db3..046b519a76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-02-15 Wilco Dijkstra + + * sysdeps/aarch64/fpu/fpu_control.h: Use <> in include. + 2018-02-15 Wilco Dijkstra * math/Makefile: Remove mpexp.c and mplog.c diff --git a/sysdeps/aarch64/fpu/fpu_control.h b/sysdeps/aarch64/fpu/fpu_control.h index 217dc3c5f6..2d36170c05 100644 --- a/sysdeps/aarch64/fpu/fpu_control.h +++ b/sysdeps/aarch64/fpu/fpu_control.h @@ -19,7 +19,7 @@ #ifndef _AARCH64_FPU_CONTROL_H #define _AARCH64_FPU_CONTROL_H -#include "features.h" +#include /* Macros for accessing the FPCR and FPSR. */