diff options
Diffstat (limited to 'io/sys/statfs.h')
-rw-r--r-- | io/sys/statfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io/sys/statfs.h b/io/sys/statfs.h index 4871e50..49c154d 100644 --- a/io/sys/statfs.h +++ b/io/sys/statfs.h @@ -18,12 +18,12 @@ Boston, MA 02111-1307, USA. */ #ifndef _SYS_STATFS_H - #define _SYS_STATFS_H 1 + #include <features.h> /* Get the system-specific definition of `struct statfs'. */ -#include <statfsbuf.h> +#include <bits/statfs.h> __BEGIN_DECLS |