diff options
Diffstat (limited to 'ext/standard/php3_string.h')
-rw-r--r-- | ext/standard/php3_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php3_string.h b/ext/standard/php3_string.h index 725364af6b..cf85853c8a 100644 --- a/ext/standard/php3_string.h +++ b/ext/standard/php3_string.h @@ -38,6 +38,7 @@ #ifndef THREAD_SAFE extern char *strtok_string; +extern char *locale_string; #endif PHP_FUNCTION(strspn); |