Cleanup patch from Vladimir N. Oleynik.
[oweals/busybox.git] / uuencode.c
index 36bc4970f0a5bdaa1e7804a0dc174b4427b8e0c1..5df49026b4f658e45d850efa179a3386c6ca769b 100644 (file)
@@ -27,7 +27,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <getopt.h>
-#include <pwd.h>
+#include <stdlib.h>
 
 #define        RW (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)