about summary refs log tree commit diff
path: root/src/lib/std.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/std.rc')
-rw-r--r--src/lib/std.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/std.rc b/src/lib/std.rc
index 342e3fe394d..555828f79c3 100644
--- a/src/lib/std.rc
+++ b/src/lib/std.rc
@@ -10,7 +10,7 @@
 export box, char, float, int, str, ptr;
 export uint, u8, u32, u64, vec, bool;
 export comm, fs, io, net, run, sys, task;
-export ctypes, either, option, result, four, tri, util;
+export c_vec, ctypes, either, option, result, four, tri, util;
 export bitv, deque, fun_treemap, list, map, smallintmap, sort, treemap, ufind;
 export rope;
 export math, math_f32, math_f64;
@@ -50,6 +50,7 @@ mod task;
 
 // Utility modules
 
+mod c_vec;
 mod ctypes;
 mod cmath; /* unexported */
 mod either;