Do not use libc in profile on Windows

This commit is contained in:
Anthony Ramine 2016-05-17 01:12:10 +02:00
parent 043b375ce3
commit 7bc768f358
2 changed files with 4 additions and 1 deletions

View file

@ -17,6 +17,7 @@
extern crate alloc_jemalloc;
extern crate hbs_pow;
extern crate ipc_channel;
#[cfg(not(target_os = "windows"))]
extern crate libc;
#[macro_use]
extern crate log;