mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
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.
This commit is contained in:
@ -23,6 +23,10 @@
|
||||
#include <langinfo.h>
|
||||
#endif
|
||||
|
||||
#ifdef LOCALE_T_IN_XLOCALE_H
|
||||
#include <xlocale.h>
|
||||
#endif
|
||||
|
||||
#include "mb/pg_wchar.h"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user