diff options
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r-- | components/profile/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs index a874ed233bb..f736d408ff1 100644 --- a/components/profile/lib.rs +++ b/components/profile/lib.rs @@ -9,6 +9,7 @@ #[macro_use] extern crate log; +extern crate ipc_channel; extern crate libc; #[macro_use] extern crate profile_traits; |