X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Fdecompress_unlzma.c;h=32123a1340e6bdb2125004def332daa5499c02f7;hb=e99da35f060f9a3407f7def474a1df31f3b8643a;hp=546f2f4c157e7ce166e13007d9ec68447c5f6346;hpb=223cdea4c4b5af5181b2da00ac85711d1e0c737c;p=mv-sheeva.git diff --git a/lib/decompress_unlzma.c b/lib/decompress_unlzma.c index 546f2f4c157..32123a1340e 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))