mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
fix compilation error
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
463fc2f0c0
commit
f29827d9c3
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ mod cm;
|
|||
mod inline;
|
||||
#[cfg(target_os = "macos")]
|
||||
mod macos;
|
||||
#[cfg(target_os = "windows")]
|
||||
pub mod win_privacy;
|
||||
pub mod remote;
|
||||
use crate::common::SOFTWARE_UPDATE_URL;
|
||||
use crate::ipc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue