* lib/localename.c [__CYGWIN__]: Include <langinfo.h>, since this is
where NL_LOCALE_NAME is defined.
+2017-05-18 Bruno Haible <bruno@clisp.org>
+
+ localename: Include necessary header files on Cygwin.
+ * lib/localename.c [__CYGWIN__]: Include <langinfo.h>, since this is
+ where NL_LOCALE_NAME is defined.
+
2017-05-18 Bruno Haible <bruno@clisp.org>
gettext: Update macros from gettext git.
# if defined __APPLE__ && defined __MACH__
# include <xlocale.h>
# endif
-# if __GLIBC__ >= 2 && !defined __UCLIBC__
+# if (__GLIBC__ >= 2 && !defined __UCLIBC__) || defined __CYGWIN__
# include <langinfo.h>
# endif
# if !defined IN_LIBINTL