about summary refs log tree commit diff
path: root/src/librustc_data_structures/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_data_structures/Cargo.toml')
-rw-r--r--src/librustc_data_structures/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_data_structures/Cargo.toml b/src/librustc_data_structures/Cargo.toml
index c5707bd24f7..6d7022acc78 100644
--- a/src/librustc_data_structures/Cargo.toml
+++ b/src/librustc_data_structures/Cargo.toml
@@ -27,6 +27,7 @@ smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 rustc_index = { path = "../librustc_index", package = "rustc_index" }
 bitflags = "1.2.1"
 measureme = "0.7.1"
+libc = "0.2"
 
 [dependencies.parking_lot]
 version = "0.10"