about summary refs log tree commit diff
path: root/stdlib/strtold.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-02-26 21:35:38 +0000
committerUlrich Drepper <drepper@redhat.com>1999-02-26 21:35:38 +0000
commit521c0ad57966e99d423900a3f465be475aed5f50 (patch)
tree7267e574445213b8c59693e2746b0203a31718a1 /stdlib/strtold.c
parent1ff283cb468f66886da94cec4004e5fe7e6b6b5d (diff)
downloadglibc-521c0ad57966e99d423900a3f465be475aed5f50.tar.gz
glibc-521c0ad57966e99d423900a3f465be475aed5f50.tar.xz
glibc-521c0ad57966e99d423900a3f465be475aed5f50.zip
Update.
1999-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype
	declaration for ____wcstod_l_internal.

	* stdlib/strtold.c [__NO_LONG_DOUBLE_MATH]: Include <stdlib.h> for
	__strtod_internal prototype.
	* stdlib/strtold_l.c [__NO_LONG_DOUBLE_MATH]
	(____strtold_l_internal): Add prototype declaration.
	(__strtold_l): Call correct function.
Diffstat (limited to 'stdlib/strtold.c')
-rw-r--r--stdlib/strtold.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/strtold.c b/stdlib/strtold.c
index c808efc744..f1bb2f1c0d 100644
--- a/stdlib/strtold.c
+++ b/stdlib/strtold.c
@@ -25,6 +25,7 @@
 
 # include "strtod.c"
 #else
+# include <stdlib.h>
 /* There is no `long double' type, use the `double' implementations.  */
 long double
 __strtold_internal (const char *nptr, char **endptr, int group)