Fix missing header file.
[oweals/busybox.git] / uudecode.c
index 7b26d2dad78b99545beb66495d7aaacf3e2d81a0..fcfcfd903d22197fa7a5a898426c002859c8222a 100644 (file)
 #include <stdio.h>
 #include <errno.h>
 #include <getopt.h>
+#include <string.h>
+#include <stdlib.h>
+#include "pwd_grp/pwd.h"
+#include "pwd_grp/grp.h"
 
 /*struct passwd *getpwnam();*/