X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Finflate.c;h=013a7619348125b1a9d4de74546d927acf2616c1;hb=ecefc36b41ac0fe92d76273a23faf27b2da13411;hp=677b738c220458827f2765525739021b9219770d;hpb=105ce39ca4fabf20e3211cae1abc8f037e6a1f7f;p=pandora-kernel.git diff --git a/lib/inflate.c b/lib/inflate.c index 677b738c2204..013a76193481 100644 --- a/lib/inflate.c +++ b/lib/inflate.c @@ -103,7 +103,9 @@ the two sets of lengths. */ #include +#ifdef NO_INFLATE_MALLOC #include +#endif #ifdef RCSID static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup Exp #";