From: Bruno Haible Date: Wed, 12 Feb 2025 22:43:21 +0000 (+0100) Subject: gettext-h: Fix compilation error on native Windows. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7c4cbf54ed6ca4b5c276f8c7cf92216c78dbfa7e;p=gnulib.git gettext-h: Fix compilation error on native Windows. * modules/gettext-h (Depends-on): Add locale-h. --- diff --git a/ChangeLog b/ChangeLog index b5ca5b4041..db1519e0bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-02-12 Bruno Haible + + gettext-h: Fix compilation error on native Windows. + * modules/gettext-h (Depends-on): Add locale-h. + 2025-02-12 Bruno Haible getaddrinfo: Support the AI_NUMERICSERV flag. diff --git a/modules/gettext-h b/modules/gettext-h index a0036d09c4..05e39ed709 100644 --- a/modules/gettext-h +++ b/modules/gettext-h @@ -5,6 +5,7 @@ Files: lib/gettext.h Depends-on: +locale-h vararrays configure.ac: