std: kludge export of net_ip in std.rc until submodule export is sorted

This commit is contained in:
Jeff Olson 2012-05-27 09:48:59 -07:00 committed by Brian Anderson
parent e6baf44f19
commit 79e279ee12

View File

@ -15,7 +15,7 @@
use core(vers = "0.2");
import core::*;
export net, net_tcp;
export net, net_tcp, net_ip;
export uv, uv_ll, uv_iotask, uv_global_loop;
export c_vec, util, timer;
export bitv, deque, fun_treemap, list, map, smallintmap, sort, treemap;