diff --git a/vlib/net/socket.v b/vlib/net/socket.v index 0ea920d38b..2cb7ef902a 100644 --- a/vlib/net/socket.v +++ b/vlib/net/socket.v @@ -1,7 +1,7 @@ module net pub struct Socket { - pub: +pub: handle int }