]> granicus.if.org Git - php/commitdiff
Compile fix for oldie Linux systems (possibly others too)
authorZeev Suraski <zeev@php.net>
Sun, 12 Aug 2001 21:23:15 +0000 (21:23 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 12 Aug 2001 21:23:15 +0000 (21:23 +0000)
configure.in
ext/standard/filestat.c

index 84c7c907f6877516ecfbd0abfae256f5b0d8d36d..3d2dd6d1b3efcf327217ff0c55aa3a55acb74915 100644 (file)
@@ -312,6 +312,7 @@ sys/select.h \
 sys/socket.h \
 sys/statfs.h \
 sys/statvfs.h \
+sys/vfs.h \
 sys/sysexits.h \
 sys/time.h \
 sys/types.h \
index 6ad3ddeae4d8ec589cde4909411b42a4f387987f..0ee0b910c84d6dea49dffc90c2f848afa08c2566 100644 (file)
 # include <unistd.h>
 #endif
 
+#if HAVE_SYS_VFS_H
+# include <sys/vfs.h>
+#endif
+
 #ifdef OS2
 #  define INCL_DOS
 #  include <os2.h>