Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2488058

Browse files
committed
Include <xlocale.h> for macOS, take II.
Fix typo in macro name. Discussion: https://postgr.es/m/CA%2BhUKG%2Bk-o3N_SyNJNJpAcdtMo_HheN30miAeXehk9yw%3D9WYzA%40mail.gmail.com
1 parent 52ea7f0 commit 2488058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/port/chklocale.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <langinfo.h>
2424
#endif
2525

26-
#ifdef LOCALE_T_IN_XLOCALE_H
26+
#ifdef LOCALE_T_IN_XLOCALE
2727
#include <xlocale.h>
2828
#endif
2929

0 commit comments

Comments
 (0)