diff options
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r-- | coreutils/uudecode.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 7b26d2d..fcfcfd9 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c @@ -27,6 +27,10 @@ #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();*/ |