From 73f1f686e9758388d9904995c4810ee2039bf705 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 5 Jul 2012 14:39:08 -0700 Subject: [PATCH] std: Export base64 --- src/libstd/std.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstd/std.rc b/src/libstd/std.rc index e30e9fc47743..b5098794e98a 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -23,6 +23,7 @@ export rope, arena, par; export ebml, dbg, getopts, json, rand, sha1, term, time, prettyprint; export test, tempfile, serialization; export cmp; +export base64; // General io and system-services modules