From 379bb867cbcccd85ee5530e505de67f5fe462b96 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Wed, 29 Sep 2004 16:11:47 +0000 Subject: [PATCH] NetWare LibC don't have search.h --- main/php_scandir.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/php_scandir.c b/main/php_scandir.c index e24b4137f59..3b9d8cf0ab0 100644 --- a/main/php_scandir.c +++ b/main/php_scandir.c @@ -42,7 +42,9 @@ #endif #include +#ifndef NETWARE #include +#endif #endif /* HAVE_SCANDIR */