From: Anantha Kesari H Y Date: Wed, 29 Sep 2004 16:11:47 +0000 (+0000) Subject: NetWare LibC don't have search.h X-Git-Tag: PRE_NEW_VM_GEN_PATCH~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=379bb867cbcccd85ee5530e505de67f5fe462b96;p=php NetWare LibC don't have search.h --- diff --git a/main/php_scandir.c b/main/php_scandir.c index e24b4137f5..3b9d8cf0ab 100644 --- a/main/php_scandir.c +++ b/main/php_scandir.c @@ -42,7 +42,9 @@ #endif #include +#ifndef NETWARE #include +#endif #endif /* HAVE_SCANDIR */