From: Thomas Munro Date: Tue, 13 Aug 2024 11:42:58 +0000 (+1200) Subject: Include for macOS, take II. X-Git-Tag: REL_18_BETA1~2137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2488058dc356a43455b21a099ea879fff9266634;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/src/port/chklocale.c b/src/port/chklocale.c index dc2279179af..99e27ed6de5 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