[AArch64] Fix include.

Fix include to use <>.

	* sysdeps/aarch64/fpu/fpu_control.h: Use <> in include.
This commit is contained in:
Wilco Dijkstra 2018-02-15 12:38:10 +00:00
parent 610ee1fc93
commit 0c8a67a573
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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. */