summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/ldbl-96/s_isinf_nsl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/ldbl-96/s_isinf_nsl.c')
-rw-r--r--libc/sysdeps/ieee754/ldbl-96/s_isinf_nsl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/ldbl-96/s_isinf_nsl.c b/libc/sysdeps/ieee754/ldbl-96/s_isinf_nsl.c
index aa590307e..9c7868b49 100644
--- a/libc/sysdeps/ieee754/ldbl-96/s_isinf_nsl.c
+++ b/libc/sysdeps/ieee754/ldbl-96/s_isinf_nsl.c
@@ -6,8 +6,8 @@
* __isinf_nsl(x) returns != 0 if x is ±inf, else 0;
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
int
__isinf_nsl (long double x)