Commit a0e9f1e0c3

Andrew Kelley <superjoe30@gmail.com>
2018-04-29 21:51:23
fix bootstrap_lib for windows, take 2
1 parent 5e5eceb
Changed files (1)
std
std/special/bootstrap_lib.zig
@@ -1,6 +1,7 @@
 // This file is included in the compilation unit when exporting a library on windows.
 
 const std = @import("std");
+const builtin = @import("builtin");
 
 comptime {
     @export("_DllMainCRTStartup", _DllMainCRTStartup, builtin.GlobalLinkage.Strong);