fix build

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow 2023-11-03 09:23:28 +08:00
parent 059e067bdc
commit df0ad4486e
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ use std::{
};
#[cfg(any(target_os = "windows", feature = "unix-file-copy-paste",))]
use hbb_common::allow_err;
use hbb_common::{allow_err, log};
use hbb_common::{
lazy_static,
tokio::sync::{

View File

@ -10,11 +10,11 @@ use std::{
ffi::{CStr, CString},
result::Result,
};
use crate::{
allow_err, log, send_data, ClipboardFile, CliprdrError, CliprdrServiceContext, ResultType,
allow_err, send_data, ClipboardFile, CliprdrError, CliprdrServiceContext, ResultType,
ERR_CODE_INVALID_PARAMETER, ERR_CODE_SERVER_FUNCTION_NONE, VEC_MSG_CHANNEL,
};
use hbb_common::log;
// only used error code will be recorded here
/// success