about summary refs log tree commit diff
path: root/inet/getnameinfo.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-16 00:08:09 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-16 00:08:09 +0000
commit6ac3639867e6ab13fa2d179cd5723483e5d92d60 (patch)
treefa2596687022a01d5b1d3ae67d3f248651ff576c /inet/getnameinfo.c
parent330aa7006317b2ae6a80ef795ebe1f204959e321 (diff)
downloadglibc-6ac3639867e6ab13fa2d179cd5723483e5d92d60.tar.gz
glibc-6ac3639867e6ab13fa2d179cd5723483e5d92d60.tar.xz
glibc-6ac3639867e6ab13fa2d179cd5723483e5d92d60.zip
Update.
2004-03-15  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/sparc/fpu/bits/mathinline.h: Restore missing #ifdef.
	Patch by Richard Henderson.

2004-03-16  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/generic/strtold_l.c (STRING_TYPE, STRTOLD, __STRTOLD,
	__STRTOD, INTERNAL, INTERNAL1): Define, use them.
	[! USE_WIDE_CHAR] (INTERNAL (__STRTOLD)): Add libc_hidden_def.

	* inet/getnameinfo.c: Include stdlib.h.
Diffstat (limited to 'inet/getnameinfo.c')
-rw-r--r--inet/getnameinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/getnameinfo.c b/inet/getnameinfo.c
index 447980d5d9..e62d5759b8 100644
--- a/inet/getnameinfo.c
+++ b/inet/getnameinfo.c
@@ -38,6 +38,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <alloca.h>
 #include <errno.h>
 #include <netdb.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>