aboutsummaryrefslogtreecommitdiff
path: root/std/cstr.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-03-02 16:46:04 -0500
committerAndrew Kelley <andrew@ziglang.org>2019-03-02 16:46:04 -0500
commite40245570422c137f7239f411128973cc217389e (patch)
tree93ab6cef5d0744ca93aaf9fc768608f7ce8a26f3 /std/cstr.zig
parentf7835000b62fb5b501f1d84c90f56e2aa11bc55a (diff)
downloadzig-e40245570422c137f7239f411128973cc217389e.tar.gz
zig-e40245570422c137f7239f411128973cc217389e.zip
rename std lib files to new convention
Diffstat (limited to 'std/cstr.zig')
-rw-r--r--std/cstr.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/cstr.zig b/std/cstr.zig
index abd2eac48f..49d6373732 100644
--- a/std/cstr.zig
+++ b/std/cstr.zig
@@ -1,4 +1,4 @@
-const std = @import("index.zig");
+const std = @import("std.zig");
const builtin = @import("builtin");
const debug = std.debug;
const mem = std.mem;