diff options
Diffstat (limited to 'arch/arm/boot/compressed/decompress.c')
-rw-r--r-- | arch/arm/boot/compressed/decompress.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/compressed/decompress.c b/arch/arm/boot/compressed/decompress.c index f41b38cafce8..9deb56a702ce 100644 --- a/arch/arm/boot/compressed/decompress.c +++ b/arch/arm/boot/compressed/decompress.c | |||
@@ -32,6 +32,9 @@ extern void error(char *); | |||
32 | # define Tracecv(c,x) | 32 | # define Tracecv(c,x) |
33 | #endif | 33 | #endif |
34 | 34 | ||
35 | /* Not needed, but used in some headers pulled in by decompressors */ | ||
36 | extern char * strstr(const char * s1, const char *s2); | ||
37 | |||
35 | #ifdef CONFIG_KERNEL_GZIP | 38 | #ifdef CONFIG_KERNEL_GZIP |
36 | #include "../../../../lib/decompress_inflate.c" | 39 | #include "../../../../lib/decompress_inflate.c" |
37 | #endif | 40 | #endif |