diff options
Diffstat (limited to 'core/net/common.odin')
| -rw-r--r-- | core/net/common.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/net/common.odin b/core/net/common.odin index a9f2ba9bb..70a027138 100644 --- a/core/net/common.odin +++ b/core/net/common.odin @@ -64,6 +64,7 @@ Network_Error :: union #shared_nil { UDP_Recv_Error, Shutdown_Error, Socket_Option_Error, + Set_Blocking_Error, Parse_Endpoint_Error, Resolve_Error, DNS_Error, |