summary refs log tree commit diff stats
path: root/lib/std/decls.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/decls.nim')
-rw-r--r--lib/std/decls.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/decls.nim b/lib/std/decls.nim
index 3f774cd08..bb7ec3593 100644
--- a/lib/std/decls.nim
+++ b/lib/std/decls.nim
@@ -1,6 +1,6 @@
 ## This module implements syntax sugar for some declarations.
 
-import macros
+import std/macros
 
 macro byaddr*(sect) =
   ## Allows a syntax for l-value references, being an exact analog to