]> granicus.if.org Git - php/commitdiff
NetWare LibC don't have search.h
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Sep 2004 16:11:47 +0000 (16:11 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Sep 2004 16:11:47 +0000 (16:11 +0000)
main/php_scandir.c

index e24b4137f5945ccef1ce0dc5f0b5586488938e94..3b9d8cf0ab063beda60407c985f1ffe401ef6fac 100644 (file)
@@ -42,7 +42,9 @@
 #endif  
 
 #include <stdlib.h>
+#ifndef NETWARE
 #include <search.h>
+#endif
 
 #endif /* HAVE_SCANDIR */