diff options
| -rw-r--r-- | libc/sysdeps/linux/common/umount.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libc/sysdeps/linux/common/umount.c b/libc/sysdeps/linux/common/umount.c index 1480b63cd..550003d1b 100644 --- a/libc/sysdeps/linux/common/umount.c +++ b/libc/sysdeps/linux/common/umount.c @@ -8,11 +8,11 @@   */  #include "syscalls.h" +#include <sys/mount.h>  /* arch provides umount() syscall */  #ifdef __NR_umount -# include <sys/mount.h>  _syscall1(int, umount, const char *, specialfile);  /* arch provides umount2() syscall */ | 
