X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fdecompress_unlzma.c;h=32123a1340e6bdb2125004def332daa5499c02f7;hb=1744a21d57d9c60136461adb6afa85e51b3e94d9;hp=546f2f4c157e7ce166e13007d9ec68447c5f6346;hpb=ffd14285142cb398b2b613e27f71be415d28072e;p=karo-tx-linux.git diff --git a/lib/decompress_unlzma.c b/lib/decompress_unlzma.c index 546f2f4c157e..32123a1340e6 100644 --- a/lib/decompress_unlzma.c +++ b/lib/decompress_unlzma.c @@ -34,6 +34,7 @@ #endif /* STATIC */ #include +#include #define MIN(a, b) (((a) < (b)) ? (a) : (b))