diff options
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ | |||
52 | #include <sys/sysmacros.h> | 52 | #include <sys/sysmacros.h> |
53 | #include <getopt.h> | 53 | #include <getopt.h> |
54 | #include <fnmatch.h> | 54 | #include <fnmatch.h> |
55 | #include <string.h> | ||
56 | #include <stdlib.h> | ||
57 | #include <unistd.h> | ||
55 | 58 | ||
56 | #ifdef BB_FEATURE_TAR_GZIP | 59 | #ifdef BB_FEATURE_TAR_GZIP |
57 | extern int unzip(int in, int out); | 60 | extern int unzip(int in, int out); |