* sysdeps/generic/strtol.c: Include <locale.h>
	* stdlib/strtod.c: Likewise
	* stdlib/strfmon.c: Likewise.
This commit is contained in:
Andreas Jaeger 2001-01-26 13:22:13 +00:00
parent 4422df02dc
commit f46a097c5d
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2001-01-26 Andreas Jaeger <aj@suse.de>
* sysdeps/generic/strtol.c: Include <locale.h>
* stdlib/strtod.c: Likewise
* stdlib/strfmon.c: Likewise.
* include/bits/locale.h: New file.
2001-01-26 Ulrich Drepper <drepper@redhat.com>