diff options
Diffstat (limited to 'ext/standard/php_fopen_wrapper.c')
-rw-r--r-- | ext/standard/php_fopen_wrapper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_fopen_wrapper.c b/ext/standard/php_fopen_wrapper.c index bc9e3a65b9..83dd2cca80 100644 --- a/ext/standard/php_fopen_wrapper.c +++ b/ext/standard/php_fopen_wrapper.c @@ -29,6 +29,7 @@ #include "php_globals.h" #include "php_standard.h" #include "php_fopen_wrappers.h" +#include "SAPI.h" static size_t php_stream_output_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) { |