1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

NetWare LibC don't have search.h

This commit is contained in:
Anantha Kesari H Y
2004-09-29 16:11:47 +00:00
parent 5dbf49e314
commit 379bb867cb

View File

@@ -42,7 +42,9 @@
#endif
#include <stdlib.h>
#ifndef NETWARE
#include <search.h>
#endif
#endif /* HAVE_SCANDIR */