umount: fix includes
authorAlan Cox <alan@linux.intel.com>
Sun, 22 Oct 2017 18:33:46 +0000 (19:33 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 22 Oct 2017 18:33:46 +0000 (19:33 +0100)
This worked by luck before. Now add the correct include file

Applications/util/umount.c

index 082bbeb..252f3ba 100644 (file)
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#include <sys/mount.h>
 
 /* Assumed length of a line in /etc/mtab */
 #define MTAB_LINE 160