fix(clipboard): fix compilation error on X11

This commit is contained in:
Federico Terzi 2021-03-16 20:53:55 +01:00
parent 4038dd0cf3
commit c8a3ff1d8f

View File

@ -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;