summary refs log tree commit diff stats
path: root/tests/stdlib/tsockets.nim
diff options
context:
space:
mode:
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())