Pārlūkot izejas kodu

include sys/mount.h for everyone

Mike Frysinger 18 gadi atpakaļ
vecāks
revīzija
9588159bf4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      libc/sysdeps/linux/common/umount.c

+ 1 - 1
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 */