summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2007-06-25 14:22:49 +0000
committerDmitry Stogov <dmitry@php.net>2007-06-25 14:22:49 +0000
commit305ae11a3f7c594e8063519c56ebd3ce039a5a22 (patch)
treef7f63ba2ad4f60652dd62e2fa5438b919281c155
parent48658c25129722c9256db63ea0b922d51e00da11 (diff)
downloadphp-git-305ae11a3f7c594e8063519c56ebd3ce039a5a22.tar.gz
Fixed stat() to support rdev, blocksize and blocks on Fedora 7
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7dad9c607b..974d629331 100644
--- a/configure.in
+++ b/configure.in
@@ -373,6 +373,7 @@ sys/poll.h \
sys/resource.h \
sys/select.h \
sys/socket.h \
+sys/stat.h \
sys/statfs.h \
sys/statvfs.h \
sys/vfs.h \