diff --git a/xlib.rs b/xlib.rs index 75806a8..295bc1a 100644 --- a/xlib.rs +++ b/xlib.rs @@ -11,6 +11,7 @@ #![allow(non_camel_case_types)] use libc::*; +use libc::types::os::arch::c95::wchar_t; pub type XID = c_ulong;