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