Index: libscf/usr/src/lib/libscf/common/lowlevel.c =================================================================== --- libscf.orig/usr/src/lib/libscf/common/lowlevel.c 2012-10-08 04:25:42.000000000 +0400 +++ libscf/usr/src/lib/libscf/common/lowlevel.c 2012-10-30 02:23:14.794534118 +0400 @@ -50,10 +50,14 @@ #include #include #include -#include +#include #include #include +#ifndef Z_OK +#define Z_OK 0 +#endif + #define ENV_SCF_DEBUG "LIBSCF_DEBUG" #define ENV_SCF_DOORPATH "LIBSCF_DOORPATH"