summaryrefslogtreecommitdiff
path: root/libc/sysdeps/i386/fpu/s_nexttowardf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/i386/fpu/s_nexttowardf.c')
-rw-r--r--libc/sysdeps/i386/fpu/s_nexttowardf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/i386/fpu/s_nexttowardf.c b/libc/sysdeps/i386/fpu/s_nexttowardf.c
index 0a540403e..89e877148 100644
--- a/libc/sysdeps/i386/fpu/s_nexttowardf.c
+++ b/libc/sysdeps/i386/fpu/s_nexttowardf.c
@@ -18,7 +18,7 @@
static char rcsid[] = "$NetBSD: $";
#endif
-#include "math.h"
+#include <math.h>
#include <math_private.h>
#include <float.h>