about summary refs log tree commit diff
path: root/compiler/rustc/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc/src/main.rs')
-rw-r--r--compiler/rustc/src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc/src/main.rs b/compiler/rustc/src/main.rs
index ccf88d8ff4b..a55a63a7bf1 100644
--- a/compiler/rustc/src/main.rs
+++ b/compiler/rustc/src/main.rs
@@ -43,6 +43,8 @@ fn main() {
     {
         use std::os::raw::{c_int, c_void};
 
+        use tikv_jemalloc_sys as jemalloc_sys;
+
         #[used]
         static _F1: unsafe extern "C" fn(usize, usize) -> *mut c_void = jemalloc_sys::calloc;
         #[used]