Skip to content

Commit 8257191

Browse files
committed
Add locale.h for _ENABLE_PER_THREAD_LOCALE
1 parent c82e727 commit 8257191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/SAPI.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "php_ini.h"
2626
#include "ext/standard/php_string.h"
2727
#include "ext/standard/pageinfo.h"
28+
#include <locale.h>
2829
#ifdef ZTS
2930
#include "TSRM.h"
3031
#endif

0 commit comments

Comments
 (0)