diff options
Diffstat (limited to 'umount.c')
-rw-r--r-- | umount.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||
31 | static const int MNT_FORCE = 1; | 33 | static const int MNT_FORCE = 1; |