diff options
Diffstat (limited to 'gunzip.c')
-rw-r--r-- | gunzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ | |||
27 | * | 27 | * |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #include "internal.h" | 30 | #include "busybox.h" |
31 | #include <getopt.h> | 31 | #include <getopt.h> |
32 | 32 | ||
33 | /* These defines are very important for BusyBox. Without these, | 33 | /* These defines are very important for BusyBox. Without these, |