aboutsummaryrefslogtreecommitdiff
path: root/src/rust/external/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/external/lib.rs')
-rw-r--r--src/rust/external/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/external/lib.rs b/src/rust/external/lib.rs
index b72a4f6e4c..d68036fcad 100644
--- a/src/rust/external/lib.rs
+++ b/src/rust/external/lib.rs
@@ -8,7 +8,7 @@
//! module implementing this functionality repeatedly.
extern crate libc;
-
+extern crate tor_allocate;
extern crate smartlist;
pub mod crypto_digest;