diff options
Diffstat (limited to 'libc/sysdeps/linux/common/ustat.c')
-rw-r--r-- | libc/sysdeps/linux/common/ustat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/ustat.c b/libc/sysdeps/linux/common/ustat.c index 013104d5e..e8322add2 100644 --- a/libc/sysdeps/linux/common/ustat.c +++ b/libc/sysdeps/linux/common/ustat.c @@ -9,6 +9,7 @@ #include "syscalls.h" #include <sys/ustat.h> +#include <sys/sysmacros.h> #define __NR___syscall_ustat __NR_ustat static inline _syscall2(int, __syscall_ustat, |