From 2512ec3b70dcfea9c6439bf3ceb448c098f6b68e Mon Sep 17 00:00:00 2001 From: Benjamin Naecker Date: Tue, 27 Apr 2021 14:52:05 -0700 Subject: [PATCH] Adds support for building on illumos --- zutil_p.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zutil_p.h b/zutil_p.h index caec91d50d..40c26daed5 100644 --- a/zutil_p.h +++ b/zutil_p.h @@ -10,6 +10,8 @@ #elif defined(__FreeBSD__) # include # include +#elif defined(__sun) +# include #else # include #endif