summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c')
-rw-r--r--libc/sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c b/libc/sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c
index c48e979a8..163fc31ef 100644
--- a/libc/sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c
+++ b/libc/sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c
@@ -9,8 +9,8 @@
* no branching!
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
int
__isinf (double x)