diff options
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r-- | ext/standard/php_standard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index 1d0d7fdbab..d4a320ce6a 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -57,6 +57,7 @@ #include "php_array.h" #include "php_assert.h" #include "php_versioning.h" +#include "php_ftok.h" #define phpext_standard_ptr basic_functions_module_ptr |