Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesBrands committed Feb 22, 2024
1 parent ff93894 commit a8dc97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/forward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use clap::Parser;

#[cfg(target_os = "linux")]
use socketcan::{CanSocket, Socket};
use socketcan::{BlockingCan, CanSocket, NonBlockingCan, Socket};

/// Forward CAN traffic from one interface to another
#[derive(Debug, Parser)]
Expand Down

0 comments on commit a8dc97c

Please sign in to comment.