1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* 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.
This commit is contained in:
Ulrich Drepper
2002-09-21 05:54:00 +00:00
parent 6f6867815c
commit d0ad0a80a6
4 changed files with 8 additions and 0 deletions

View File

@ -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>