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 7b26d2dad..fcfcfd903 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -27,6 +27,10 @@ | |||
27 | #include <stdio.h> | 27 | #include <stdio.h> |
28 | #include <errno.h> | 28 | #include <errno.h> |
29 | #include <getopt.h> | 29 | #include <getopt.h> |
30 | #include <string.h> | ||
31 | #include <stdlib.h> | ||
32 | #include "pwd_grp/pwd.h" | ||
33 | #include "pwd_grp/grp.h" | ||
30 | 34 | ||
31 | /*struct passwd *getpwnam();*/ | 35 | /*struct passwd *getpwnam();*/ |
32 | 36 | ||