summary refs log tree commit diff stats
path: root/tests/stdlib/tmemfiles1.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tmemfiles1.nim')
-rw-r--r--tests/stdlib/tmemfiles1.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/stdlib/tmemfiles1.nim b/tests/stdlib/tmemfiles1.nim
index 21a65369f..33657256c 100644
--- a/tests/stdlib/tmemfiles1.nim
+++ b/tests/stdlib/tmemfiles1.nim
@@ -1,4 +1,6 @@
 import memfiles, os
+import std/syncio
+
 var
   mm: MemFile
   fn = "test.mmap"