Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jan 14, 2020
1 parent d568488 commit 5d1e3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/cgen.nim
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ proc cgsym(m: BModule, name: string): Rope =
result.addActualSuffixForHCR(m.module, sym)

proc generateHeaders(m: BModule) =
m.s[cfsHeaders].add("\L#include \"nimbase.h\"\L")
m.s[cfsHeaders].add("\L#include <nimbase.h>\L") # see #13144

for it in m.headerFiles:
if it[0] == '#':
Expand Down

0 comments on commit 5d1e3aa

Please sign in to comment.