fix(clipboard): fix compilation error on X11
This commit is contained in:
parent
4038dd0cf3
commit
c8a3ff1d8f
|
@ -21,7 +21,7 @@ use std::{ffi::{CStr, CString}, io::Read, path::PathBuf};
|
|||
|
||||
use crate::Clipboard;
|
||||
use anyhow::Result;
|
||||
use libc::c_char;
|
||||
use std::os::raw::c_char;
|
||||
use thiserror::Error;
|
||||
|
||||
mod ffi;
|
||||
|
|
Loading…
Reference in New Issue
Block a user