diff options
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index 25bb8f6afae..d1b7ee9e83e 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -33,6 +33,9 @@ extern crate libc; #[macro_use] extern crate cfg_if; +#[cfg(windows)] +extern crate libc; + pub use rustc_serialize::hex::ToHex; #[inline(never)] |
