From 9f24b48d8fc14169db5e676f25595f0f7fe17017 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 24 Nov 2023 22:28:20 +0400 Subject: Add missing newline --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 51773efe..fcfd6f83 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,6 +20,7 @@ mod watcher; mod dummy_pw_utils; #[cfg(feature = "xdp-gnome-screencast")] mod pw_utils; + use std::ffi::OsString; use std::path::PathBuf; use std::process::Command; -- cgit