diff options
author | Andreas Jaeger <aj@suse.de> | 2001-06-22 13:48:37 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-06-22 13:48:37 +0000 |
commit | 44a41e86d3977bd8cddddaa3a64f5423e7d05679 (patch) | |
tree | 514fd9b59702796c123de1ba0541205150e9e648 /sysdeps/i386 | |
parent | cb18901b31a58073983315db5e2d1a12c830b000 (diff) | |
download | glibc-44a41e86d3977bd8cddddaa3a64f5423e7d05679.tar.gz glibc-44a41e86d3977bd8cddddaa3a64f5423e7d05679.tar.xz glibc-44a41e86d3977bd8cddddaa3a64f5423e7d05679.zip |
Include <math_private.h> for prototypes.
Diffstat (limited to 'sysdeps/i386')
-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; |