summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2020-01-05 09:42:24 +0100
committerAraq <rumpf_a@web.de>2020-01-05 09:42:44 +0100
commitae68ff959bcd358f298e5a225307c8bbce4a1e52 (patch)
treec6d8d37b2f46ac3cce601aed654511062c681bf3
parentfdcea66fd9cc3a82cc2ba98476fd96ae0b703b9e (diff)
downloadNim-ae68ff959bcd358f298e5a225307c8bbce4a1e52.tar.gz
fixes #12996
-rw-r--r--lib/pure/strtabs.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pure/strtabs.nim b/lib/pure/strtabs.nim
index 3af21431e..c6b44a3ca 100644
--- a/lib/pure/strtabs.nim
+++ b/lib/pure/strtabs.nim
@@ -57,7 +57,8 @@ when defined(js):
 else:
   {.pragma: rtlFunc, rtl.}
   import os
-  include "system/inclrtl"
+
+include "system/inclrtl"
 
 type
   StringTableMode* = enum ## Describes the tables operation mode.