diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-29 16:11:47 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-29 16:11:47 +0000 |
commit | 379bb867cbcccd85ee5530e505de67f5fe462b96 (patch) | |
tree | 39f8aef15a9ceda661e2d2554d62ba870bf9f125 /main/php_scandir.c | |
parent | 5dbf49e314af20e199a7a2c731ef0448c31890df (diff) | |
download | php-git-379bb867cbcccd85ee5530e505de67f5fe462b96.tar.gz |
NetWare LibC don't have search.h
Diffstat (limited to 'main/php_scandir.c')
-rw-r--r-- | main/php_scandir.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h> +#ifndef NETWARE #include <search.h> +#endif #endif /* HAVE_SCANDIR */ |