summary refs log tree commit diff stats
path: root/nim/magicsys.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/magicsys.pas')
-rw-r--r--nim/magicsys.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/magicsys.pas b/nim/magicsys.pas
index 7a717e61d..462912995 100644
--- a/nim/magicsys.pas
+++ b/nim/magicsys.pas
@@ -16,7 +16,7 @@ interface
 
 uses
   nsystem,
-  ast, astalgo, hashes, msgs, platform, nversion, ntime, idents, rodread;
+  ast, astalgo, nhashes, msgs, platform, nversion, ntime, idents, rodread;
 
 var // magic symbols in the system module:
   SystemModule: PSym;