From 5ee03f3e24eea1c3900c9fed83b4036914712c9b Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 22 Oct 2017 19:33:46 +0100 Subject: [PATCH] umount: fix includes This worked by luck before. Now add the correct include file --- Applications/util/umount.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/util/umount.c b/Applications/util/umount.c index 082bbeb8..252f3ba5 100644 --- a/Applications/util/umount.c +++ b/Applications/util/umount.c @@ -1,6 +1,7 @@ #include #include #include +#include /* Assumed length of a line in /etc/mtab */ #define MTAB_LINE 160 -- 2.34.1