about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-06-22 13:48:37 +0000
committerAndreas Jaeger <aj@suse.de>2001-06-22 13:48:37 +0000
commit44a41e86d3977bd8cddddaa3a64f5423e7d05679 (patch)
tree514fd9b59702796c123de1ba0541205150e9e648
parentcb18901b31a58073983315db5e2d1a12c830b000 (diff)
downloadglibc-44a41e86d3977bd8cddddaa3a64f5423e7d05679.tar.gz
glibc-44a41e86d3977bd8cddddaa3a64f5423e7d05679.tar.xz
glibc-44a41e86d3977bd8cddddaa3a64f5423e7d05679.zip
Include <math_private.h> for prototypes.
-rw-r--r--sysdeps/i386/fpu/e_expl.c2
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;