X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_llvm%2FCargo.toml;h=4fc02e348f64637a61aeff09833cd5a561fa9fef;hb=d493dccef7ae1d2ca739fe828bf9556b44dc460a;hp=0fe327d5deeeb541106dc88a70ff436424ede95a;hpb=4ad3cf25330a239cf66c150dadb9efe7b4126973;p=rust.git diff --git a/src/librustc_llvm/Cargo.toml b/src/librustc_llvm/Cargo.toml index 0fe327d5dee..4fc02e348f6 100644 --- a/src/librustc_llvm/Cargo.toml +++ b/src/librustc_llvm/Cargo.toml @@ -13,6 +13,9 @@ path = "lib.rs" static-libstdcpp = [] emscripten = [] +[dependencies] +libc = "0.2" + [build-dependencies] build_helper = { path = "../build_helper" } cc = "1.0.1"