Why does my temp gauge have this language message in it?  ;)Thanks for the help 
guys.D-- Don Gould5 Cargill PlaceRichmondChristchurch, New 
ZealandMobile/Telegram: + 64 21 114 0699www.bowenvale.co.nz
-------- Original message --------From: Sirio Balmelli <[email protected]> Date: 
16/05/20  4:13 am  (GMT+12:00) To: [email protected] Subject: 
[PATCH] i18n.c: add dependency on xlocale.h for DarwinBSD >From 
afca7b4ae1db7926698f7a5ff47ce0f03f42c663 Mon Sep 17 00:00:00 2001From: Sirio 
Balmelli <[email protected]>Date: Wed, 13 May 2020 20:02:48 +0200Subject: [PATCH] 
i18n.c: add dependency on xlocale.h for DarwinBSDTo: 
[email protected] build failures starting with:    i18n.c:27:8: 
error: unknown type name 'locale_t'Signed-off-by: Sirio Balmelli 
<[email protected]>--- lib/dpkg/i18n.c | 3 +++ 1 file changed, 3 insertions(+)diff 
--git a/lib/dpkg/i18n.c b/lib/dpkg/i18n.cindex 495270003..d98392783 100644--- 
a/lib/dpkg/i18n.c+++ b/lib/dpkg/i18n.c@@ -24,6 +24,9 @@ #include <dpkg/i18n.h> 
#ifdef HAVE_USELOCALE+#if __APPLE__+#include <xlocale.h>+#endif static locale_t 
dpkg_C_locale; #endif--2.26.2

Reply via email to