From 9588159bf4646ec3fa5983cabbcb208f3e5496b3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 19 Jun 2006 01:13:53 +0000 Subject: include sys/mount.h for everyone --- libc/sysdeps/linux/common/umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /* arch provides umount() syscall */ #ifdef __NR_umount -# include _syscall1(int, umount, const char *, specialfile); /* arch provides umount2() syscall */ -- cgit v1.2.3