Skip to content

Commit 52ea7f0

Browse files
committed
Include <xlocale.h> for older macOS.
Commit 35eeea6 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.
1 parent 35eeea6 commit 52ea7f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/port/chklocale.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
#include <langinfo.h>
2424
#endif
2525

26+
#ifdef LOCALE_T_IN_XLOCALE_H
27+
#include <xlocale.h>
28+
#endif
29+
2630
#include "mb/pg_wchar.h"
2731

2832

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy