aboutsummaryrefslogtreecommitdiff
path: root/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'umount.c')
-rw-r--r--umount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/umount.c b/umount.c
index 2e2d95de4..dfd58259d 100644
--- a/umount.c
+++ b/umount.c
@@ -26,6 +26,8 @@
26#include <stdio.h> 26#include <stdio.h>
27#include <mntent.h> 27#include <mntent.h>
28#include <errno.h> 28#include <errno.h>
29#include <string.h>
30#include <stdlib.h>
29 31
30 32
31static const int MNT_FORCE = 1; 33static const int MNT_FORCE = 1;