summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/ldbl-96/s_asinhl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/ldbl-96/s_asinhl.c')
-rw-r--r--libc/sysdeps/ieee754/ldbl-96/s_asinhl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/ldbl-96/s_asinhl.c b/libc/sysdeps/ieee754/ldbl-96/s_asinhl.c
index 415be5f19..5e679bd71 100644
--- a/libc/sysdeps/ieee754/ldbl-96/s_asinhl.c
+++ b/libc/sysdeps/ieee754/ldbl-96/s_asinhl.c
@@ -29,8 +29,8 @@ static char rcsid[] = "$NetBSD: $";
* := signl(x)*log1pl(|x| + x^2/(1 + sqrtl(1+x^2)))
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
static const long double
one = 1.000000000000000000000e+00L, /* 0x3FFF, 0x00000000, 0x00000000 */