fix warning

This commit is contained in:
Wez Furlong 2002-09-07 20:54:14 +00:00
parent cb8493b2fb
commit 97f134cb45

View file

@ -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)
{