Skip to content

Commit

Permalink
Haiku: fix build as IP_RECVTOS does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
nielx committed Apr 28, 2023
1 parent 98f4747 commit 7b5d8e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ impl Socket {
#[cfg(not(any(
target_os = "dragonfly",
target_os = "fuchsia",
target_os = "haiku",
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",
Expand Down Expand Up @@ -1461,6 +1462,7 @@ impl Socket {
#[cfg(not(any(
target_os = "dragonfly",
target_os = "fuchsia",
target_os = "haiku",
target_os = "illumos",
target_os = "netbsd",
target_os = "openbsd",
Expand Down

0 comments on commit 7b5d8e1

Please sign in to comment.