Skip to content

Commit

Permalink
Qualify stdlib imports with std/ meta-package. Lowercase 'U' in Utils
Browse files Browse the repository at this point in the history
sub-words as Nim behaves oddly there ( evidently intentionally as per
nim-lang/Nim#18476 ).
  • Loading branch information
c-blake committed Sep 23, 2024
1 parent c0017d9 commit 31d9a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kslog.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import posix, times, strUtils, parseUtils, tables, cligen
import std/[posix, times, strutils, parseutils, tables], cligen
when not declared(stderr): import std/syncio

const LOG_PRIMASK = 0x07 #mask to extract priority
Expand Down

0 comments on commit 31d9a8a

Please sign in to comment.