aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
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 /sysdeps
parent610ee1fc93c5317802217208dd7f58bc50235a88 (diff)
downloadglibc-0c8a67a5737b4b6dd74bd24219fc642c8d244bee.zip
glibc-0c8a67a5737b4b6dd74bd24219fc642c8d244bee.tar.gz
glibc-0c8a67a5737b4b6dd74bd24219fc642c8d244bee.tar.bz2
[AArch64] Fix include.
Fix include to use <>. * sysdeps/aarch64/fpu/fpu_control.h: Use <> in include.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/aarch64/fpu/fpu_control.h2
1 files changed, 1 insertions, 1 deletions
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. */