Include <xlocale.h> for macOS, take II.

Fix typo in macro name.

Discussion: https://postgr.es/m/CA%2BhUKG%2Bk-o3N_SyNJNJpAcdtMo_HheN30miAeXehk9yw%3D9WYzA%40mail.gmail.com
This commit is contained in:
Thomas Munro 2024-08-13 23:42:58 +12:00
parent 52ea7f0e05
commit 2488058dc3

View File

@ -23,7 +23,7 @@
#include <langinfo.h>
#endif
#ifdef LOCALE_T_IN_XLOCALE_H
#ifdef LOCALE_T_IN_XLOCALE
#include <xlocale.h>
#endif