From 0459ee77d0c764cc27950465cb19053e1456cc95 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Wed, 26 Feb 2014 12:58:41 -0500 Subject: Fix fallout from std::libc separation --- src/libcollections/hashmap.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libcollections') diff --git a/src/libcollections/hashmap.rs b/src/libcollections/hashmap.rs index 7a51fca6cd5..8090b2cea8c 100644 --- a/src/libcollections/hashmap.rs +++ b/src/libcollections/hashmap.rs @@ -30,11 +30,12 @@ use std::result::{Ok, Err}; use std::slice::ImmutableVector; mod table { + extern crate libc; + use std::clone::Clone; use std::cmp::Eq; use std::hash::{Hash, Hasher}; use std::kinds::marker; - use std::libc; use std::num::CheckedMul; use std::option::{Option, Some, None}; use std::prelude::Drop; -- cgit 1.4.1-3-g733a5