diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
