diff options
Diffstat (limited to 'src/root.zig')
| -rw-r--r-- | src/root.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/root.zig b/src/root.zig index 7cf5dc4..aa4d923 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,5 +1,5 @@ const std = @import("std"); -const c = @import("c.zig").c; +const c = @import("c.zig"); const util = @import("util.zig"); const Output = @import("output.zig").Output; |
