Thread: pgsql: Include for older macOS.

pgsql: Include for older macOS.

From
Thomas Munro
Date:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52ea7f0e0545e8b7e5f28cceddadbfb184f41a4f

Modified Files
--------------
src/port/chklocale.c | 4 ++++
1 file changed, 4 insertions(+)