From f9227b3195a9c18631fd7189f610528ced15121a Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Sat, 15 Oct 2016 13:49:30 +0300 Subject: 7474 loader should use bzip2 provided by OS Reviewed by: Toomas Soome Approved by: Robert Mustacchi --- usr/src/common/bzip2/bzlib.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/src/common/bzip2/bzlib.c') diff --git a/usr/src/common/bzip2/bzlib.c b/usr/src/common/bzip2/bzlib.c index fbf3046f65..be878f92c4 100644 --- a/usr/src/common/bzip2/bzlib.c +++ b/usr/src/common/bzip2/bzlib.c @@ -128,7 +128,9 @@ BZES return ("BZ_UNKNOWN_ERROR"); } +#ifndef BZ_LOADER #include +#endif #ifdef _KERNEL -- cgit v1.2.3