diff --git a/src/lib.rs b/src/lib.rs index a8b0abb0..c7592a6a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -110,7 +110,7 @@ extern crate x11_dl; extern crate parking_lot; #[cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))] extern crate percent_encoding; -#[cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))] +#[cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))] extern crate smithay_client_toolkit as sctk; pub(crate) use dpi::*; // TODO: Actually change the imports throughout the codebase.