diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/statvfs.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/statvfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/statvfs.c b/sysdeps/unix/sysv/linux/statvfs.c index 9992d7757f..5eef62c5f6 100644 --- a/sysdeps/unix/sysv/linux/statvfs.c +++ b/sysdeps/unix/sysv/linux/statvfs.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> |