diff options
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r-- | components/profile/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs index be6c2840ba1..c9326d93cac 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -15,7 +15,7 @@ #[allow(unused_extern_crates)] #[cfg(not(target_os = "windows"))] extern crate alloc_jemalloc; -extern crate hbs_pow; +extern crate heartbeats_simple; extern crate ipc_channel; #[cfg(not(target_os = "windows"))] extern crate libc; |