Fixes selectors module on Mac OS X.

This commit is contained in:
Dominik Picheta
2014-04-06 23:20:55 +01:00
parent d2593e1d62
commit 61c9c429d4

View File

@@ -13,6 +13,7 @@ import tables, os, unsigned, hashes
when defined(linux): import posix, epoll
elif defined(windows): import winlean
else: import posix
proc hash*(x: TSocketHandle): THash {.borrow.}
proc `$`*(x: TSocketHandle): string {.borrow.}