From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 07:02:32 +0000 (+0000) Subject: NetWare LibC does not have search.h X-Git-Tag: php-5.0.4RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94d9d3f920a5bbbfb1c0d0a5e483876284b5205d;p=php NetWare LibC does not have search.h --- diff --git a/main/php_scandir.c b/main/php_scandir.c index da35c59f98..63b6a65b5a 100644 --- a/main/php_scandir.c +++ b/main/php_scandir.c @@ -42,7 +42,10 @@ #endif #include + +#ifndef NETWARE #include +#endif #endif /* HAVE_SCANDIR */