diff options
Diffstat (limited to 'lib/libc/statvfs')
| -rw-r--r-- | lib/libc/statvfs/fstatvfs.c | 3 | ||||
| -rw-r--r-- | lib/libc/statvfs/statvfs.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/statvfs/fstatvfs.c b/lib/libc/statvfs/fstatvfs.c index d48a92f0..e228de83 100644 --- a/lib/libc/statvfs/fstatvfs.c +++ b/lib/libc/statvfs/fstatvfs.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_fstatfs + + #include <__statvfs.h> // for __statvfs #include <asm-generic/statfs.h> // for statfs diff --git a/lib/libc/statvfs/statvfs.c b/lib/libc/statvfs/statvfs.c index 93ab5afb..8316b169 100644 --- a/lib/libc/statvfs/statvfs.c +++ b/lib/libc/statvfs/statvfs.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_statfs + + #include <__statvfs.h> // for __statvfs #include <asm-generic/statfs.h> // for statfs |
