diff --git a/pkey.rs b/pkey.rs index 00122187..cf5168a6 100644 --- a/pkey.rs +++ b/pkey.rs @@ -1,3 +1,5 @@ +use std; // FIXME https://github.com/graydon/rust/issues/1127 + import core::ptr; import core::str; import core::unsafe;