Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52ea7f0

Browse files
committed
Include <xlocale.h> for older macOS.
Commit35eeea6 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 andsifika.
1 parent35eeea6 commit52ea7f0

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+
#ifdefLOCALE_T_IN_XLOCALE_H
27+
#include<xlocale.h>
28+
#endif
29+
2630
#include"mb/pg_wchar.h"
2731

2832

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp