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 @@
#include <stdio.h>
#include <mntent.h>
#include <errno.h>
+#include <string.h>
+#include <stdlib.h>
static const int MNT_FORCE = 1;