From 2488058dc356a43455b21a099ea879fff9266634 Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Tue, 13 Aug 2024 23:42:58 +1200 Subject: [PATCH] Include for macOS, take II. Fix typo in macro name. Discussion: https://postgr.es/m/CA%2BhUKG%2Bk-o3N_SyNJNJpAcdtMo_HheN30miAeXehk9yw%3D9WYzA%40mail.gmail.com --- src/port/chklocale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port/chklocale.c b/src/port/chklocale.c index dc2279179a..99e27ed6de 100644 --- a/src/port/chklocale.c +++ b/src/port/chklocale.c @@ -23,7 +23,7 @@ #include #endif -#ifdef LOCALE_T_IN_XLOCALE_H +#ifdef LOCALE_T_IN_XLOCALE #include #endif