Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'uudecode.c')
-rw-r--r--uudecode.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/uudecode.c b/uudecode.c
index 7b26d2dad..fcfcfd903 100644
--- a/uudecode.c
+++ b/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();*/