Fix the pwd and group functions. The bb_ stuff was a leftover from
[oweals/busybox.git] / uuencode.c
index 24aabd3730e1309a84e081841ce7888f297427d7..5df49026b4f658e45d850efa179a3386c6ca769b 100644 (file)
@@ -27,6 +27,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <getopt.h>
+#include <stdlib.h>
 
 #define        RW (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)