diff options
Diffstat (limited to 'gunzip.c')
-rw-r--r-- | gunzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,6 @@ static char *license_msg[] = { | |||
57 | }; | 57 | }; |
58 | #endif | 58 | #endif |
59 | 59 | ||
60 | #include "busybox.h" | ||
61 | #include <getopt.h> | 60 | #include <getopt.h> |
62 | #include <ctype.h> | 61 | #include <ctype.h> |
63 | #include <sys/types.h> | 62 | #include <sys/types.h> |
@@ -71,6 +70,7 @@ static char *license_msg[] = { | |||
71 | #include <stdlib.h> | 70 | #include <stdlib.h> |
72 | #include <time.h> | 71 | #include <time.h> |
73 | #include <dirent.h> | 72 | #include <dirent.h> |
73 | #include "busybox.h" | ||
74 | #define BB_DECLARE_EXTERN | 74 | #define BB_DECLARE_EXTERN |
75 | #define bb_need_memory_exhausted | 75 | #define bb_need_memory_exhausted |
76 | #define bb_need_name_too_long | 76 | #define bb_need_name_too_long |