From: Zeev Suraski Date: Mon, 18 Mar 2002 09:20:43 +0000 (+0000) Subject: Fix build X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a145646e74898b4f90c862afe54de4528833fbce;p=php Fix build --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 2e98ffe7a6..0c52a25b67 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -623,7 +623,7 @@ function_entry basic_functions[] = { PHP_FE(set_socket_blocking, NULL) PHP_FE(socket_set_blocking, NULL) -#if PHP_HAVE_STREAMS +#ifdef PHP_HAVE_STREAMS PHP_FE(fgetwrapperdata, NULL) #endif