summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2018-02-15 12:38:10 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2018-02-15 12:41:06 +0000
commit0c8a67a5737b4b6dd74bd24219fc642c8d244bee (patch)
tree00982f0b2a84dc74793462e9579c3f9c0827c1d2
parent610ee1fc93c5317802217208dd7f58bc50235a88 (diff)
[AArch64] Fix include.
Fix include to use <>. * sysdeps/aarch64/fpu/fpu_control.h: Use <> in include.
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/aarch64/fpu/fpu_control.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d42899db3..046b519a76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 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 <features.h>
/* Macros for accessing the FPCR and FPSR. */