about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/fstatvfs.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-21 05:54:00 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-21 05:54:00 +0000
commitd0ad0a80a68654e0dbe15977db4b5d447106f5fa (patch)
tree0d186babe587ee6ac2c1015d72dc8e1b098dfc12 /sysdeps/unix/sysv/linux/fstatvfs.c
parent6f6867815c549cbbaa6808f88172bc22670f7a4f (diff)
downloadglibc-d0ad0a80a68654e0dbe15977db4b5d447106f5fa.tar.gz
glibc-d0ad0a80a68654e0dbe15977db4b5d447106f5fa.tar.xz
glibc-d0ad0a80a68654e0dbe15977db4b5d447106f5fa.zip
Update.
	* sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
	* sysdeps/unix/sysv/linux/statvfs.c: Include <stdio_ext.h>.
	* sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/fstatvfs.c')
-rw-r--r--sysdeps/unix/sysv/linux/fstatvfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/fstatvfs.c b/sysdeps/unix/sysv/linux/fstatvfs.c
index 4452e50f81..0bfce16309 100644
--- a/sysdeps/unix/sysv/linux/fstatvfs.c
+++ b/sysdeps/unix/sysv/linux/fstatvfs.c
@@ -20,6 +20,7 @@
 #include <errno.h>
 #include <mntent.h>
 #include <paths.h>
+#include <stdio_ext.h>
 #include <string.h>
 #include <sys/mount.h>
 #include <sys/stat.h>