diff options
Diffstat (limited to 'libc/sysdeps/ieee754/ldbl-96/e_acoshl.c')
-rw-r--r-- | libc/sysdeps/ieee754/ldbl-96/e_acoshl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/ldbl-96/e_acoshl.c b/libc/sysdeps/ieee754/ldbl-96/e_acoshl.c index 29004ec26..bbaef680b 100644 --- a/libc/sysdeps/ieee754/ldbl-96/e_acoshl.c +++ b/libc/sysdeps/ieee754/ldbl-96/e_acoshl.c @@ -28,8 +28,8 @@ * acoshl(NaN) is NaN without signal. */ -#include "math.h" -#include "math_private.h" +#include <math.h> +#include <math_private.h> static const long double one = 1.0, |