From 842907c6f8e6022f443175072e65bc516eb0973b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 12 Jul 1996 02:01:17 +0000 Subject: * inet/getnetent_r.c: Define NEED_H_ERRNO. * inet/getnetbynm_r.c: Likewise. * inet/getnetent.c: Likewise. * inet/getnetbyad_r.c: Likewise. * inet/getnetbyad.c: Likewise. * inet/getnetbynm.c: Likewise. * sysdeps/generic/pselect.c: Include . * misc/sys/select.h: Include instead of for `struct timespec'. --- intl/dcgettext.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'intl/dcgettext.c') diff --git a/intl/dcgettext.c b/intl/dcgettext.c index 958b0d4cc4..7bbe170b76 100644 --- a/intl/dcgettext.c +++ b/intl/dcgettext.c @@ -59,6 +59,9 @@ void free (); #endif #if defined HAVE_STRING_H || defined _LIBC +# ifndef _GNU_SOURCE +# define _GNU_SOURCE 1 +# endif # include #else # include @@ -221,7 +224,7 @@ DCGETTEXT (domainname, msgid, category) int category; { #ifndef HAVE_ALLOCA - struct block_list *alloca_list = NULL; + struct block_list *block_list = NULL; #endif struct loaded_l10nfile *domain; struct binding *binding; -- cgit 1.4.1