diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/aarch64/fpu/fpu_control.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2018-02-15 Wilco Dijkstra <wdijkstr@arm.com> + * sysdeps/aarch64/fpu/fpu_control.h: Use <> in include. + +2018-02-15 Wilco Dijkstra <wdijkstr@arm.com> + * math/Makefile: Remove mpexp.c and mplog.c * sysdeps/i386/fpu/mpexp.c: Delete file. * sysdeps/i386/fpu/mplog.c: Likewise. diff --git a/sysdeps/aarch64/fpu/fpu_control.h b/sysdeps/aarch64/fpu/fpu_control.h index 217dc3c..2d36170 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 <features.h> /* Macros for accessing the FPCR and FPSR. */ |