summary refs log tree commit diff stats
path: root/lib/std/socketstreams.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/socketstreams.nim')
-rw-r--r--lib/std/socketstreams.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/socketstreams.nim b/lib/std/socketstreams.nim
index 41d46e58a..45e906795 100644
--- a/lib/std/socketstreams.nim
+++ b/lib/std/socketstreams.nim
@@ -64,7 +64,7 @@
 ##   sendStream.write "I" # Throws an error as we can't write into an already sent buffer
 ##   ```
 
-import net, streams
+import std/[net, streams]
 
 type
   ReadSocketStream* = ref ReadSocketStreamObj