Fix the pwd and group functions. The bb_ stuff was a leftover from
[oweals/busybox.git] / umount.c
index 2e2d95de449562333e230816848ea68ca8d0dee8..3772d55f09d8d943e47b32401d2891e55c3759c7 100644 (file)
--- a/umount.c
+++ b/umount.c
@@ -3,7 +3,7 @@
  * Mini umount implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -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;