Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagliughi committed Jul 13, 2023
2 parents 03d4030 + b597380 commit 8f79be1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

use crate::{Context, Error, Result};
use libusb1_sys::{self as ffi, constants::*};

#[cfg(unix)]
use std::ptr;

/// A `libusb` runtime option that can be enabled for a context.
Expand Down

0 comments on commit 8f79be1

Please sign in to comment.