diff options
author | 2001-06-22 13:48:37 +0000 | |
---|---|---|
committer | 2001-06-22 13:48:37 +0000 | |
commit | 44a41e86d3977bd8cddddaa3a64f5423e7d05679 (patch) | |
tree | 514fd9b59702796c123de1ba0541205150e9e648 | |
parent | * hurd/hurd/fd.h (_hurd_fd_error_signal): Change return type to int. (diff) | |
download | glibc-44a41e86d3977bd8cddddaa3a64f5423e7d05679.tar.xz glibc-44a41e86d3977bd8cddddaa3a64f5423e7d05679.zip |
Include <math_private.h> for prototypes.
-rw-r--r-- | sysdeps/i386/fpu/e_expl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/fpu/e_expl.c b/sysdeps/i386/fpu/e_expl.c index d9c6476e11..3802342bcf 100644 --- a/sysdeps/i386/fpu/e_expl.c +++ b/sysdeps/i386/fpu/e_expl.c @@ -22,6 +22,8 @@ * -- moshier@na-net.ornl.gov */ +#include <math_private.h> + static long double c0 = 1.44268798828125L; static long double c1 = 7.05260771340735992468e-6L; |