Include <xlocale.h> for older macOS.

Thomas Munro <tmunro@postgresql.org>

Commit: 52ea7f0e0545e8b7e5f28cceddadbfb184f41a4f
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2024-08-13T11:02:05Z
Releases: 18.0
Include <xlocale.h> for older macOS.

Commit 35eeea62 forgot to include <xlocale.h> when using locale_t
(which didn't seem to be required on newer Apple SDK as used by CI,
hence mistake).  Let's see if this fixes build farm animals longfin and
sifika.

Files

PathChange+/−
src/port/chklocale.c modified +4 −0