Skip to content

Commit

Permalink
Adding libc to rustup for nix
Browse files Browse the repository at this point in the history
  • Loading branch information
peschkaj committed May 2, 2016
1 parent 1e37186 commit ffb1f96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rustup/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ extern crate regex;
extern crate itertools;
extern crate rustc_serialize;
extern crate time;
#[cfg(unix)]
extern crate libc;

pub use errors::*;
pub use notifications::*;
Expand Down

0 comments on commit ffb1f96

Please sign in to comment.