From: Wez Furlong Date: Tue, 25 May 2004 13:23:20 +0000 (+0000) Subject: *sigh*, obviously, we need this to be able to use sapi_module.name X-Git-Tag: php-5.0.0RC3RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6873d6839d9232a481b29e81c4f62bb23d792d85;p=php *sigh*, obviously, we need this to be able to use sapi_module.name --- diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c index 4188052b10..c37f38221c 100644 --- a/main/streams/plain_wrapper.c +++ b/main/streams/plain_wrapper.c @@ -35,6 +35,7 @@ #ifdef HAVE_SYS_MMAN_H #include #endif +#include "SAPI.h" #include "php_streams_int.h"