Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / uudecode.c
index 279b9d6ce46919f3f8ee1d269d70acf02f92d4cb..fcfcfd903d22197fa7a5a898426c002859c8222a 100644 (file)
 #include <stdio.h>
 #include <errno.h>
 #include <getopt.h>
-#include <pwd.h>
+#include <string.h>
+#include <stdlib.h>
+#include "pwd_grp/pwd.h"
+#include "pwd_grp/grp.h"
 
 /*struct passwd *getpwnam();*/