From 57b453455a12a14a53e3f24934244d2d2d21257a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 12 Feb 2025 23:43:21 +0100 Subject: [PATCH] gettext-h: Fix compilation error on native Windows. * modules/gettext-h (Depends-on): Add locale-h. --- ChangeLog | 5 +++++ modules/gettext-h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0ded0017b1..2c5fbac577 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-10 KO Myung-Hun popen: Set gl_cv_func_popen_works to "guessing no" on OS/2. 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: -- 2.39.5