diff --git a/src/socket.rs b/src/socket.rs index 90649d9d..88a40bfd 100644 --- a/src/socket.rs +++ b/src/socket.rs @@ -1448,6 +1448,7 @@ impl Socket { #[cfg(not(any( target_os = "dragonfly", target_os = "fuchsia", + target_os = "haiku", target_os = "illumos", target_os = "netbsd", target_os = "openbsd", @@ -1479,6 +1480,7 @@ impl Socket { #[cfg(not(any( target_os = "dragonfly", target_os = "fuchsia", + target_os = "haiku", target_os = "illumos", target_os = "netbsd", target_os = "openbsd",