Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeville authored and kornelski committed Mar 12, 2021
1 parent d0fea7e commit 5c666f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions security-framework/src/os/macos/keychain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ use crate::base::{Error, Result};
use crate::cvt;
use crate::os::macos::access::SecAccess;

pub use security_framework_sys::keychain::SecPreferencesDomain;

declare_TCFType! {
/// A type representing a keychain.
SecKeychain, SecKeychainRef
Expand Down

0 comments on commit 5c666f1

Please sign in to comment.