]> sourceware.org Git - glibc.git/commitdiff
[AArch64] Fix include.
authorWilco Dijkstra <wdijkstr@arm.com>
Thu, 15 Feb 2018 12:38:10 +0000 (12:38 +0000)
committerWilco Dijkstra <wdijkstr@arm.com>
Thu, 15 Feb 2018 12:41:06 +0000 (12:41 +0000)
Fix include to use <>.

* sysdeps/aarch64/fpu/fpu_control.h: Use <> in include.

ChangeLog
sysdeps/aarch64/fpu/fpu_control.h

index 5d42899db3e954799e9bc588471f2d1150f9ea63..046b519a76dd67e48cb5cd1346327bb4939535bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 217dc3c5f6baebb09b5a7e2e882413f17038cc96..2d36170c0576f440eb0d3db39f24683aa8dfffe1 100644 (file)
@@ -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.  */
 
This page took 0.083622 seconds and 5 git commands to generate.