summaryrefslogtreecommitdiff
path: root/lib/libc/sys/umount2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/umount2.c')
-rw-r--r--lib/libc/sys/umount2.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/umount2.c b/lib/libc/sys/umount2.c
index a75588a8..12f37f98 100644
--- a/lib/libc/sys/umount2.c
+++ b/lib/libc/sys/umount2.c
@@ -1,4 +1,6 @@
-#include <syscall.h>
+#include "asm/unistd_64.h" // for __NR_umount2
+
+#include <syscall.h> // for __syscall_2, syscall
int umount2(const char *target, int flags)
{