diff options
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -36,11 +36,6 @@ | |||
36 | */ | 36 | */ |
37 | 37 | ||
38 | 38 | ||
39 | #include "busybox.h" | ||
40 | #define BB_DECLARE_EXTERN | ||
41 | #define bb_need_io_error | ||
42 | #define bb_need_name_longer_than_foo | ||
43 | #include "messages.c" | ||
44 | #include <stdio.h> | 39 | #include <stdio.h> |
45 | #include <dirent.h> | 40 | #include <dirent.h> |
46 | #include <errno.h> | 41 | #include <errno.h> |
@@ -55,6 +50,11 @@ | |||
55 | #include <string.h> | 50 | #include <string.h> |
56 | #include <stdlib.h> | 51 | #include <stdlib.h> |
57 | #include <unistd.h> | 52 | #include <unistd.h> |
53 | #include "busybox.h" | ||
54 | #define BB_DECLARE_EXTERN | ||
55 | #define bb_need_io_error | ||
56 | #define bb_need_name_longer_than_foo | ||
57 | #include "messages.c" | ||
58 | 58 | ||
59 | #ifdef BB_FEATURE_TAR_GZIP | 59 | #ifdef BB_FEATURE_TAR_GZIP |
60 | extern int unzip(int in, int out); | 60 | extern int unzip(int in, int out); |