]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <math_private.h> for prototypes.
authorAndreas Jaeger <aj@suse.de>
Fri, 22 Jun 2001 13:48:37 +0000 (13:48 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 22 Jun 2001 13:48:37 +0000 (13:48 +0000)
sysdeps/i386/fpu/e_expl.c

index d9c6476e1135720428a608c17d8ce8ef1a119862..3802342bcf4518a5727f53c324e5c5d479bc4992 100644 (file)
@@ -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;