summary refs log tree commit diff stats
path: root/tests/stdlib/tsockets.nim
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-04-15 22:08:21 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-04-15 22:09:12 +0100
commit941cc937d3670f71884f9cac97b71a1f86cebbad (patch)
treeaa5714120dfd6b3a5a9a1e133a471e0cdba70db6 /tests/stdlib/tsockets.nim
parent3670fe2385fc22cf273738a038e4946b19027e84 (diff)
downloadNim-941cc937d3670f71884f9cac97b71a1f86cebbad.tar.gz
Fixes docgen.
Diffstat (limited to 'tests/stdlib/tsockets.nim')
-rw-r--r--tests/stdlib/tsockets.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tsockets.nim b/tests/stdlib/tsockets.nim
index 2b282c80d..ff566df74 100644
--- a/tests/stdlib/tsockets.nim
+++ b/tests/stdlib/tsockets.nim
@@ -1,4 +1,4 @@
-import sockets
+import sockets, os
 var s: TSocket
 s = socket()
 if s == InvalidSocket: osError(osLastError())