summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/flt-32/s_modff.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/flt-32/s_modff.c')
-rw-r--r--libc/sysdeps/ieee754/flt-32/s_modff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/flt-32/s_modff.c b/libc/sysdeps/ieee754/flt-32/s_modff.c
index 741b1c9b1..23f6a902b 100644
--- a/libc/sysdeps/ieee754/flt-32/s_modff.c
+++ b/libc/sysdeps/ieee754/flt-32/s_modff.c
@@ -13,8 +13,8 @@
* ====================================================
*/
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
static const float one = 1.0;