Skip to content

Commit

Permalink
fix build break from 20099 (solana-labs#20131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbiseda authored and dankelleher committed Nov 24, 2021
1 parent 3b7a28b commit 4123dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-tuner/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[cfg(target_os = "linux")]
#[cfg(not(target_family = "windows"))]
use clap::{crate_description, crate_name, value_t_or_exit, App, Arg};
use log::*;

Expand Down

0 comments on commit 4123dad

Please sign in to comment.