summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/flt-32/s_frexpf.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-03-10 01:14:00 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-03-10 01:14:00 +0000
commit3989839bfe26b8c28a99727f0c290cbeeb7aea9e (patch)
treef003da420fc59627c5e994dc298a73ec35341bc4 /libc/sysdeps/ieee754/flt-32/s_frexpf.c
parent06d9d5232ea8ec9fc7e55acdbdd9a87f09d06755 (diff)
Merge changes between r17501 and r17530 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@17531 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sysdeps/ieee754/flt-32/s_frexpf.c')
-rw-r--r--libc/sysdeps/ieee754/flt-32/s_frexpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/flt-32/s_frexpf.c b/libc/sysdeps/ieee754/flt-32/s_frexpf.c
index ba3777553..abb8c0a65 100644
--- a/libc/sysdeps/ieee754/flt-32/s_frexpf.c
+++ b/libc/sysdeps/ieee754/flt-32/s_frexpf.c
@@ -17,8 +17,8 @@
static char rcsid[] = "$NetBSD: s_frexpf.c,v 1.5 1995/05/10 20:47:26 jtc Exp $";
#endif
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
static const float
two25 = 3.3554432000e+07; /* 0x4c000000 */